Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/lib/
Dcmpxchg16b_emu.S30 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-v5.15/arch/x86/xen/
Dxen-asm.S32 movb $0, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask
41 testb $0xff, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_pending
56 movb $1, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask
70 testb $0xff, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask
107 _ASM_MOV PER_CPU_VAR(xen_vcpu), %_ASM_AX
115 _ASM_MOV PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_arch_cr2, %_ASM_AX
/Linux-v5.15/arch/x86/entry/
Dentry_64.S92 movq %rsp, PER_CPU_VAR(cpu_tss_rw + TSS_sp2)
94 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
100 pushq PER_CPU_VAR(cpu_tss_rw + TSS_sp2) /* pt_regs->sp */
200 movq PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %rsp
243 movq %rbx, PER_CPU_VAR(fixed_percpu_data) + stack_canary_offset
584 movq PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %rsp
674 movq PER_CPU_VAR(espfix_waddr), %rdi
698 orq PER_CPU_VAR(espfix_stack), %rax
1131 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
1437 movq PER_CPU_VAR(cpu_current_top_of_stack), %rax
Dentry_32.S311 #define GDT_ESPFIX_SS PER_CPU_VAR(gdt_page) + GDT_ESPFIX_OFFSET
381 movl PER_CPU_VAR(cpu_entry_area), %ecx
533 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %edi
579 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %edi
582 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp1), %ecx
701 movl %ebx, PER_CPU_VAR(__stack_chk_guard)
885 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %eax
1177 movl PER_CPU_VAR(cpu_entry_area), %ecx
1193 movl PER_CPU_VAR(cpu_current_top_of_stack), %esp
1255 movl PER_CPU_VAR(cpu_current_top_of_stack), %esi
Dentry_64_compat.S58 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
211 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
369 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
Dcalling.h181 PER_CPU_VAR(cpu_tlbstate) + TLB_STATE_user_pcid_flush_mask
/Linux-v5.15/arch/x86/include/asm/
Dpercpu.h14 #define PER_CPU_VAR(var) %__percpu_seg:var macro
16 #define PER_CPU_VAR(var) var macro