Searched refs:PER_CPU_VAR (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/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-v5.15/arch/x86/xen/ |
| D | xen-asm.S | 32 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/ |
| D | entry_64.S | 92 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
|
| D | entry_32.S | 311 #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
|
| D | entry_64_compat.S | 58 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
|
| D | calling.h | 181 PER_CPU_VAR(cpu_tlbstate) + TLB_STATE_user_pcid_flush_mask
|
| /Linux-v5.15/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
|