Searched refs:fs_base (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | suspend_64.h | 39 unsigned long kernelmode_gs_base, usermode_gs_base, fs_base; member
|
| H A D | user_64.h | 91 unsigned long fs_base; member
|
| /OK3568_Linux_fs/kernel/arch/x86/power/ |
| H A D | cpu.c | 113 rdmsrl(MSR_FS_BASE, ctxt->fs_base); in __save_processor_state() 258 wrmsrl(MSR_FS_BASE, ctxt->fs_base); in __restore_processor_state()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmcs.h | 36 unsigned long fs_base; member
|
| H A D | vmx.h | 342 unsigned long fs_base, unsigned long gs_base);
|
| H A D | vmx.c | 1247 unsigned long fs_base, unsigned long gs_base) in vmx_set_host_fs_gs() argument 1263 if (unlikely(fs_base != host->fs_base)) { in vmx_set_host_fs_gs() 1264 vmcs_writel(HOST_FS_BASE, fs_base); in vmx_set_host_fs_gs() 1265 host->fs_base = fs_base; in vmx_set_host_fs_gs() 1280 unsigned long fs_base, gs_base; in vmx_prepare_switch_to_guest() local 1323 fs_base = current->thread.fsbase; in vmx_prepare_switch_to_guest() 1328 fs_base = read_msr(MSR_FS_BASE); in vmx_prepare_switch_to_guest() 1336 fs_base = segment_base(fs_sel); in vmx_prepare_switch_to_guest() 1340 vmx_set_host_fs_gs(host_state, fs_sel, gs_sel, fs_base, gs_base); in vmx_prepare_switch_to_guest()
|
| H A D | nested.c | 248 vmx_set_host_fs_gs(dest, src->fs_sel, src->gs_sel, src->fs_base, src->gs_base); in vmx_sync_vmcs_host_state()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/xen/ |
| H A D | interface.h | 247 uint64_t fs_base; member
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | ptrace.c | 371 case offsetof(struct user_regs_struct,fs_base): in putreg() 403 case offsetof(struct user_regs_struct, fs_base): in getreg()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 50002 describe two system registers: 'fs_base' and 'gs_base'.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 50002 describe two system registers: 'fs_base' and 'gs_base'.
|