Searched refs:PER_CPU_VAR (Results 1 – 6 of 6) 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/entry/ |
| 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/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
|