Searched refs:PER_CPU_VAR (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/arch/x86/xen/ |
| D | xen-asm.S | 25 movb $0, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask 34 testb $0xff, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_pending 49 movb $1, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask 63 testb $0xff, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask 84 setz PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask 92 cmpw $0x0001, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_pending 142 _ASM_MOV PER_CPU_VAR(xen_vcpu), %_ASM_AX 150 _ASM_MOV PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_arch_cr2, %_ASM_AX
|
| D | xen-asm_64.S | 99 movq %rsp, PER_CPU_VAR(cpu_tss_rw + TSS_sp2) 100 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 103 pushq PER_CPU_VAR(cpu_tss_rw + TSS_sp2)
|
| /Linux-v5.4/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))
|
| D | getuser.S | 40 mov PER_CPU_VAR(current_task), %_ASM_DX 56 mov PER_CPU_VAR(current_task), %_ASM_DX 72 mov PER_CPU_VAR(current_task), %_ASM_DX 89 mov PER_CPU_VAR(current_task), %_ASM_DX 102 mov PER_CPU_VAR(current_task), %_ASM_DX
|
| D | putuser.S | 34 #define ENTER mov PER_CPU_VAR(current_task), %_ASM_BX
|
| /Linux-v5.4/arch/x86/entry/ |
| D | entry_64.S | 155 movq %rsp, PER_CPU_VAR(cpu_tss_rw + TSS_sp2) 157 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 161 pushq PER_CPU_VAR(cpu_tss_rw + TSS_sp2) /* pt_regs->sp */ 260 movq PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %rsp 301 movq %rbx, PER_CPU_VAR(fixed_percpu_data) + stack_canary_offset 427 incl PER_CPU_VAR(irq_count) 445 movq \old_rsp, PER_CPU_VAR(irq_stack_backing_store + IRQ_STACK_SIZE - 8) 446 movq PER_CPU_VAR(hardirq_stack_ptr), %rsp 495 decl PER_CPU_VAR(irq_count) 534 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp [all …]
|
| D | entry_32.S | 398 #define GDT_ESPFIX_SS PER_CPU_VAR(gdt_page) + (GDT_ENTRY_ESPFIX_SS * 8) 470 movl PER_CPU_VAR(cpu_entry_area), %ecx 624 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %edi 670 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %edi 673 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp1), %ecx 729 movl %ebx, PER_CPU_VAR(stack_canary)+stack_canary_offset 960 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %eax 1089 cmpl $0, PER_CPU_VAR(__preempt_count) 1532 movl PER_CPU_VAR(cpu_entry_area), %ecx 1548 movl PER_CPU_VAR(cpu_current_top_of_stack), %esp [all …]
|
| D | entry_64_compat.S | 56 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 210 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 366 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
|
| D | calling.h | 206 PER_CPU_VAR(cpu_tlbstate) + TLB_STATE_user_pcid_flush_mask
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | percpu.h | 31 #define PER_CPU_VAR(var) %__percpu_seg:var macro 34 #define PER_CPU_VAR(var) var macro
|