usergs_sysret64   170 arch/x86/include/asm/paravirt_types.h 	void (*usergs_sysret64)(void);
usergs_sysret64    41 arch/x86/kernel/asm-offsets_64.c 	       cpu.usergs_sysret64);
usergs_sysret64   138 arch/x86/kernel/paravirt.c 		 type == PARAVIRT_PATCH(cpu.usergs_sysret64))
usergs_sysret64   339 arch/x86/kernel/paravirt.c 	.cpu.usergs_sysret64	= native_usergs_sysret64,
usergs_sysret64   102 arch/x86/kernel/paravirt_patch.c 	PATCH_CASE(cpu, usergs_sysret64, xxl, insn_buff, len);
usergs_sysret64  1037 arch/x86/xen/enlighten_pv.c 	.usergs_sysret64 = xen_sysret64,