Searched refs:PER_CPU_VAR (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/arch/x86/xen/ |
| D | xen-asm.S | 31 movb $0, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask 40 testb $0xff, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_pending 55 movb $1, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask 69 testb $0xff, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask 86 setz PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask 94 cmpw $0x0001, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_pending 134 _ASM_MOV PER_CPU_VAR(xen_vcpu), %_ASM_AX 142 _ASM_MOV PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_arch_cr2, %_ASM_AX 224 movq %rsp, PER_CPU_VAR(cpu_tss_rw + TSS_sp2) 225 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp [all …]
|
| /Linux-v5.10/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.10/arch/x86/entry/ |
| D | entry_64.S | 100 movq %rsp, PER_CPU_VAR(cpu_tss_rw + TSS_sp2) 102 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 108 pushq PER_CPU_VAR(cpu_tss_rw + TSS_sp2) /* pt_regs->sp */ 202 movq PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %rsp 244 movq %rbx, PER_CPU_VAR(fixed_percpu_data) + stack_canary_offset 585 movq PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %rsp 675 movq PER_CPU_VAR(espfix_waddr), %rdi 699 orq PER_CPU_VAR(espfix_stack), %rax 1173 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 1479 movq PER_CPU_VAR(cpu_current_top_of_stack), %rax
|
| D | entry_32.S | 392 #define GDT_ESPFIX_SS PER_CPU_VAR(gdt_page) + GDT_ESPFIX_OFFSET 462 movl PER_CPU_VAR(cpu_entry_area), %ecx 614 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %edi 660 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %edi 663 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp1), %ecx 782 movl %ebx, PER_CPU_VAR(stack_canary)+stack_canary_offset 966 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %eax 1264 movl PER_CPU_VAR(cpu_entry_area), %ecx 1280 movl PER_CPU_VAR(cpu_current_top_of_stack), %esp 1342 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 367 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
|
| D | calling.h | 208 PER_CPU_VAR(cpu_tlbstate) + TLB_STATE_user_pcid_flush_mask
|
| /Linux-v5.10/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
|