Searched refs:PER_CPU_VAR (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/x86/xen/ |
D | xen-asm_64.S | 57 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)
|
D | xen-asm.S | 27 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/ |
D | cmpxchg16b_emu.S | 36 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/ |
D | entry_64.S | 145 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 …]
|
D | entry_64_compat.S | 53 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 167 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
|
D | entry_32.S | 281 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/ |
D | thread_info.h | 188 _ASM_MOV PER_CPU_VAR(cpu_current_top_of_stack),reg ; \
|
D | percpu.h | 30 #define PER_CPU_VAR(var) %__percpu_seg:var macro 33 #define PER_CPU_VAR(var) var macro
|