Home
last modified time | relevance | path

Searched refs:native_get_debugreg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Ddebugreg.h16 (var) = native_get_debugreg(register)
21 static __always_inline unsigned long native_get_debugreg(int regno) in native_get_debugreg() function
/openbmc/linux/arch/x86/kernel/
H A Dparavirt.c153 return native_get_debugreg(regno); in pv_native_get_debugreg()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsev.c3154 hostsa->dr0 = native_get_debugreg(0); in sev_es_prepare_switch_to_guest()
3155 hostsa->dr1 = native_get_debugreg(1); in sev_es_prepare_switch_to_guest()
3156 hostsa->dr2 = native_get_debugreg(2); in sev_es_prepare_switch_to_guest()
3157 hostsa->dr3 = native_get_debugreg(3); in sev_es_prepare_switch_to_guest()