Searched refs:PER_CPU_VAR (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.1/arch/x86/lib/ |
| D | cmpxchg16b_emu.S | 30 cmpq PER_CPU_VAR((%rsi)), %rax 32 cmpq PER_CPU_VAR(8(%rsi)), %rdx 35 movq %rbx, PER_CPU_VAR((%rsi)) 36 movq %rcx, PER_CPU_VAR(8(%rsi))
|
| /Linux-v6.1/arch/x86/xen/ |
| D | xen-asm.S | 31 movb $1, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask 72 movb $0, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask 81 testb $0xff, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_pending 100 testb $0xff, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask 108 _ASM_MOV PER_CPU_VAR(xen_vcpu), %_ASM_AX 116 _ASM_MOV PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_arch_cr2, %_ASM_AX
|
| /Linux-v6.1/arch/x86/entry/ |
| D | entry_64.S | 93 movq %rsp, PER_CPU_VAR(cpu_tss_rw + TSS_sp2) 95 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 102 pushq PER_CPU_VAR(cpu_tss_rw + TSS_sp2) /* pt_regs->sp */ 207 movq PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %rsp 255 movq %rbx, PER_CPU_VAR(fixed_percpu_data) + stack_canary_offset 635 movq PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %rsp 731 movq PER_CPU_VAR(espfix_waddr), %rdi 755 orq PER_CPU_VAR(espfix_stack), %rax 1209 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 1524 movq PER_CPU_VAR(cpu_current_top_of_stack), %rax
|
| D | entry_32.S | 308 #define GDT_ESPFIX_SS PER_CPU_VAR(gdt_page) + GDT_ESPFIX_OFFSET 378 movl PER_CPU_VAR(cpu_entry_area), %ecx 530 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %edi 576 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %edi 579 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp1), %ecx 698 movl %ebx, PER_CPU_VAR(__stack_chk_guard) 880 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %eax 1168 movl PER_CPU_VAR(cpu_entry_area), %ecx 1184 movl PER_CPU_VAR(cpu_current_top_of_stack), %esp 1246 movl PER_CPU_VAR(cpu_current_top_of_stack), %esi
|
| D | entry_64_compat.S | 61 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 194 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 335 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
|
| D | calling.h | 176 PER_CPU_VAR(cpu_tlbstate) + TLB_STATE_user_pcid_flush_mask 316 movq PER_CPU_VAR(x86_spec_ctrl_current), %rdx 336 movq PER_CPU_VAR(x86_spec_ctrl_current), %rdx
|
| /Linux-v6.1/arch/x86/kvm/svm/ |
| D | vmenter.S | 54 cmp PER_CPU_VAR(x86_spec_ctrl_current), %eax 85 movl PER_CPU_VAR(x86_spec_ctrl_current), %eax 121 __ASM_SIZE(push) PER_CPU_VAR(svm_data + SD_save_area_pa)
|
| /Linux-v6.1/arch/x86/include/asm/ |
| D | percpu.h | 14 #define PER_CPU_VAR(var) %__percpu_seg:var macro 16 #define PER_CPU_VAR(var) var macro
|
| /Linux-v6.1/arch/x86/kvm/vmx/ |
| D | vmenter.S | 90 movl PER_CPU_VAR(x86_spec_ctrl_current), %esi
|