Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/xen/
Dxen-asm.S24 movb $0, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask
33 testb $0xff, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_pending
48 movb $1, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask
62 testb $0xff, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask
83 setz PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask
91 cmpw $0x0001, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_pending
Dxen-asm_64.S96 movq %rsp, PER_CPU_VAR(rsp_scratch)
97 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
100 pushq PER_CPU_VAR(rsp_scratch)
/Linux-v4.19/arch/x86/lib/
Dcmpxchg16b_emu.S36 cmpq PER_CPU_VAR((%rsi)), %rax
38 cmpq PER_CPU_VAR(8(%rsi)), %rdx
41 movq %rbx, PER_CPU_VAR((%rsi))
42 movq %rcx, PER_CPU_VAR(8(%rsi))
Dgetuser.S40 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
Dputuser.S34 #define ENTER mov PER_CPU_VAR(current_task), %_ASM_BX
/Linux-v4.19/arch/x86/entry/
Dentry_64.S219 movq %rsp, PER_CPU_VAR(rsp_scratch)
220 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
224 pushq PER_CPU_VAR(rsp_scratch) /* pt_regs->sp */
323 movq PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %rsp
362 movq %rbx, PER_CPU_VAR(irq_stack_union)+stack_canary_offset
476 incl PER_CPU_VAR(irq_count)
494 movq \old_rsp, PER_CPU_VAR(irq_stack_union + IRQ_STACK_SIZE - 8)
495 movq PER_CPU_VAR(irq_stack_ptr), %rsp
544 decl PER_CPU_VAR(irq_count)
583 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
[all …]
Dentry_32.S318 #define GDT_ESPFIX_SS PER_CPU_VAR(gdt_page) + (GDT_ENTRY_ESPFIX_SS * 8)
400 movl PER_CPU_VAR(cpu_entry_area), %ecx
554 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %edi
600 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %edi
603 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp1), %ecx
658 movl %ebx, PER_CPU_VAR(stack_canary)+stack_canary_offset
767 cmpl $0, PER_CPU_VAR(__preempt_count)
898 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp0), %eax
1419 movl PER_CPU_VAR(cpu_entry_area), %ecx
1435 movl PER_CPU_VAR(cpu_current_top_of_stack), %esp
[all …]
Dentry_64_compat.S56 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
210 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
360 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
Dcalling.h221 PER_CPU_VAR(cpu_tlbstate) + TLB_STATE_user_pcid_flush_mask
/Linux-v4.19/arch/x86/include/asm/
Dpercpu.h31 #define PER_CPU_VAR(var) %__percpu_seg:var macro
34 #define PER_CPU_VAR(var) var macro