Home
last modified time | relevance | path

Searched refs:PER_CPU_VAR (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/
H A Dnospec-branch.h61 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 Dpercpu.h21 #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 Dxen-asm.S55 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 Dcalling.h182 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 Dretpoline.S385 shlq $5, PER_CPU_VAR(__x86_call_depth)
/linux/arch/x86/kernel/
H A Dhead_64.S436 movq PER_CPU_VAR(current_task), %rcx