Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/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
/dports/multimedia/v4l_compat/linux-5.13-rc2/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
/dports/multimedia/libv4l/linux-5.13-rc2/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
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/
H A Dparavirt.c247 .cpu.get_debugreg = native_get_debugreg,
375 NOKPROBE_SYMBOL(native_get_debugreg);
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/
H A Dparavirt.c247 .cpu.get_debugreg = native_get_debugreg,
375 NOKPROBE_SYMBOL(native_get_debugreg);
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/
H A Dparavirt.c247 .cpu.get_debugreg = native_get_debugreg,
375 NOKPROBE_SYMBOL(native_get_debugreg);
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/asm/
H A Dprocessor_32.h285 #define get_debugreg(var, register) (var) = native_get_debugreg(register)