Home
last modified time | relevance | path

Searched refs:debug_ptr (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/arm64/kvm/
Ddebug.c151 vcpu->arch.debug_ptr = &vcpu->arch.vcpu_debug_state; in kvm_arm_reset_debug_ptr()
241 vcpu->arch.debug_ptr = &vcpu->arch.external_debug_state; in kvm_arm_setup_debug()
245 &vcpu->arch.debug_ptr->dbg_bcr[0], in kvm_arm_setup_debug()
246 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_setup_debug()
249 &vcpu->arch.debug_ptr->dbg_wcr[0], in kvm_arm_setup_debug()
250 &vcpu->arch.debug_ptr->dbg_wvr[0]); in kvm_arm_setup_debug()
268 vcpu->arch.debug_ptr != &vcpu->arch.vcpu_debug_state); in kvm_arm_setup_debug()
308 &vcpu->arch.debug_ptr->dbg_bcr[0], in kvm_arm_clear_debug()
309 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_clear_debug()
312 &vcpu->arch.debug_ptr->dbg_wcr[0], in kvm_arm_clear_debug()
[all …]
/linux-6.12.1/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h66 #define DEBUG_INITIALISE(local) int *debug_ptr = (local)->debug
68 do { debug_ptr[DEBUG_ ## d] = __LINE__; dsb(sy); } while (0)
70 do { debug_ptr[DEBUG_ ## d] = (v); dsb(sy); } while (0)
72 do { debug_ptr[DEBUG_ ## d]++; dsb(sy); } while (0)
/linux-6.12.1/arch/arm64/kvm/hyp/include/hyp/
Ddebug-sr.h141 guest_dbg = kern_hyp_va(vcpu->arch.debug_ptr); in __debug_switch_to_guest_common()
160 guest_dbg = kern_hyp_va(vcpu->arch.debug_ptr); in __debug_switch_to_host_common()
/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/
Dhyp-main.c113 hyp_vcpu->vcpu.arch.debug_ptr = kern_hyp_va(host_vcpu->arch.debug_ptr); in flush_hyp_vcpu()
/linux-6.12.1/arch/arm64/include/asm/
Dkvm_host.h737 struct kvm_guest_debug_arch *debug_ptr; member