Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Ddebug.c135 vcpu->arch.debug_ptr = &vcpu->arch.vcpu_debug_state; in kvm_arm_reset_debug_ptr()
221 vcpu->arch.debug_ptr = &vcpu->arch.external_debug_state; in kvm_arm_setup_debug()
225 &vcpu->arch.debug_ptr->dbg_bcr[0], in kvm_arm_setup_debug()
226 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_setup_debug()
229 &vcpu->arch.debug_ptr->dbg_wcr[0], in kvm_arm_setup_debug()
230 &vcpu->arch.debug_ptr->dbg_wvr[0]); in kvm_arm_setup_debug()
235 vcpu->arch.debug_ptr != &vcpu->arch.vcpu_debug_state); in kvm_arm_setup_debug()
263 &vcpu->arch.debug_ptr->dbg_bcr[0], in kvm_arm_clear_debug()
264 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_clear_debug()
267 &vcpu->arch.debug_ptr->dbg_wcr[0], in kvm_arm_clear_debug()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h173 #define DEBUG_INITIALISE(local) int *debug_ptr = (local)->debug;
175 do { debug_ptr[DEBUG_ ## d] = __LINE__; dsb(sy); } while (0)
177 do { debug_ptr[DEBUG_ ## d] = (v); dsb(sy); } while (0)
179 do { debug_ptr[DEBUG_ ## d]++; dsb(sy); } while (0)
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/include/hyp/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dkvm_host.h307 struct kvm_guest_debug_arch *debug_ptr; member