Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/xen/
Dxen-asm_64.S57 movq %rsp, PER_CPU_VAR(rsp_scratch)
58 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
61 pushq PER_CPU_VAR(rsp_scratch)
76 movq %rsp, PER_CPU_VAR(rsp_scratch)
77 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
80 pushq PER_CPU_VAR(rsp_scratch)
Dxen-asm.S27 movb $0, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask
36 testb $0xff, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_pending
52 movb $1, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask
68 testb $0xff, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask
90 setz PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_mask
98 cmpw $0x0001, PER_CPU_VAR(xen_vcpu_info) + XEN_vcpu_info_pending
/linux-4.4.14/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))
/linux-4.4.14/arch/x86/entry/
Dentry_64.S145 movq %rsp, PER_CPU_VAR(rsp_scratch)
146 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
150 pushq PER_CPU_VAR(rsp_scratch) /* pt_regs->sp */
536 incl PER_CPU_VAR(irq_count)
537 cmovzq PER_CPU_VAR(irq_stack_ptr), %rsp
558 decl PER_CPU_VAR(irq_count)
581 0: cmpl $0, PER_CPU_VAR(__preempt_count)
628 movq PER_CPU_VAR(espfix_waddr), %rdi
642 orq PER_CPU_VAR(espfix_stack), %rax
725 #define CPU_TSS_IST(x) PER_CPU_VAR(cpu_tss) + (TSS_ist + ((x) - 1) * 8)
[all …]
Dentry_64_compat.S53 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
167 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
Dentry_32.S281 cmpl $0, PER_CPU_VAR(__preempt_count)
412 #define GDT_ESPFIX_SS PER_CPU_VAR(gdt_page) + (GDT_ENTRY_ESPFIX_SS * 8)
/linux-4.4.14/arch/x86/include/asm/
Dthread_info.h188 _ASM_MOV PER_CPU_VAR(cpu_current_top_of_stack),reg ; \
Dpercpu.h30 #define PER_CPU_VAR(var) %__percpu_seg:var macro
33 #define PER_CPU_VAR(var) var macro