Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Ddebugreg.h19 (var) = native_get_debugreg(register)
24 static __always_inline unsigned long native_get_debugreg(int regno) in native_get_debugreg() function
/linux-6.15/arch/x86/kernel/
H A Dparavirt.c101 return native_get_debugreg(regno); in pv_native_get_debugreg()