Searched refs:PER_CPU_VAR (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | nospec-branch.h | 61 incq PER_CPU_VAR(__x86_call_count); 63 incq PER_CPU_VAR(__x86_ret_count); 65 incq PER_CPU_VAR(__x86_stuffs_count); 67 incq PER_CPU_VAR(__x86_ctxsw_count); 80 movq $-1, PER_CPU_VAR(__x86_call_depth); 85 movq %rax, PER_CPU_VAR(__x86_call_depth); 90 movq %rax, PER_CPU_VAR(__x86_call_depth); \ 94 sarq $5, PER_CPU_VAR(__x86_call_depth); \
|
| H A D | percpu.h | 21 #define PER_CPU_VAR(var) __percpu(var)__percpu_rel 79 #define PER_CPU_VAR(var) %__percpu_seg:(var)__percpu_rel macro 87 #define PER_CPU_VAR(var) (var)__percpu_rel macro
|
| /linux/arch/x86/xen/ |
| H A D | xen-asm.S | 55 movb $1, PER_CPU_VAR(xen_vcpu_info + XEN_vcpu_info_mask) 97 movb $0, PER_CPU_VAR(xen_vcpu_info + XEN_vcpu_info_mask) 106 testb $0xff, PER_CPU_VAR(xen_vcpu_info + XEN_vcpu_info_pending) 126 testb $0xff, PER_CPU_VAR(xen_vcpu_info + XEN_vcpu_info_mask) 135 _ASM_MOV PER_CPU_VAR(xen_vcpu), %_ASM_AX 144 _ASM_MOV PER_CPU_VAR(xen_vcpu_info + XEN_vcpu_info_arch_cr2), %_ASM_AX
|
| /linux/arch/x86/kvm/svm/ |
| H A D | vmenter.S | 57 cmp PER_CPU_VAR(x86_spec_ctrl_current), %rdx 63 mov PER_CPU_VAR(x86_spec_ctrl_current), %ecx 66 mov PER_CPU_VAR(x86_spec_ctrl_current + 4), %esi 100 mov PER_CPU_VAR(x86_spec_ctrl_current), %rdx 106 mov PER_CPU_VAR(x86_spec_ctrl_current), %eax 109 mov PER_CPU_VAR(x86_spec_ctrl_current + 4), %edx 150 __ASM_SIZE(push) PER_CPU_VAR(svm_data + SD_save_area_pa)
|
| /linux/arch/x86/entry/ |
| H A 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 */ 146 movq PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %rsp 196 movq %rbx, PER_CPU_VAR(__stack_chk_guard) 591 movq PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %rsp 688 movq PER_CPU_VAR(espfix_waddr), %rdi 712 orq PER_CPU_VAR(espfix_stack), %rax 1171 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 1489 movq PER_CPU_VAR(cpu_current_top_of_stack), %rax
|
| H A 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 694 movl %ebx, PER_CPU_VAR(__stack_chk_guard) 849 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %eax 1140 movl PER_CPU_VAR(cpu_entry_area), %ecx 1156 movl PER_CPU_VAR(cpu_current_top_of_stack), %esp 1220 movl PER_CPU_VAR(cpu_current_top_of_stack), %esi
|
| H A D | entry_64_compat.S | 60 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 196 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
|
| H A D | calling.h | 182 PER_CPU_VAR(cpu_tlbstate + TLB_STATE_user_pcid_flush_mask) 322 movq PER_CPU_VAR(x86_spec_ctrl_current), %rdx 342 movq PER_CPU_VAR(x86_spec_ctrl_current), %rdx
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmenter.S | 121 cmp PER_CPU_VAR(x86_spec_ctrl_current), %rdx 127 mov PER_CPU_VAR(x86_spec_ctrl_current), %ecx 130 mov PER_CPU_VAR(x86_spec_ctrl_current + 4), %edi
|
| /linux/arch/x86/lib/ |
| H A D | retpoline.S | 385 shlq $5, PER_CPU_VAR(__x86_call_depth)
|
| /linux/arch/x86/kernel/ |
| H A D | head_64.S | 436 movq PER_CPU_VAR(current_task), %rcx
|