Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dstackprotector.h55 BUILD_BUG_ON(offsetof(struct fixed_percpu_data, stack_canary) != 40); in boot_init_stack_canary()
60 this_cpu_write(fixed_percpu_data.stack_canary, canary); in boot_init_stack_canary()
69 per_cpu(fixed_percpu_data.stack_canary, cpu) = idle->stack_canary; in cpu_init_stack_canary()
H A Dprocessor.h397 struct fixed_percpu_data { struct
410 DECLARE_PER_CPU_FIRST(struct fixed_percpu_data, fixed_percpu_data) __visible; argument
411 DECLARE_INIT_PER_CPU(fixed_percpu_data);
415 return (unsigned long)per_cpu(fixed_percpu_data.gs_base, cpu); in cpu_kernelmode_gs_base()
/openbmc/linux/arch/x86/kernel/
H A Dasm-offsets_64.c60 OFFSET(FIXED_stack_canary, fixed_percpu_data, stack_canary); in main()
H A Dvmlinux.lds.S515 INIT_PER_CPU(fixed_percpu_data);
519 . = ASSERT((fixed_percpu_data == 0),
H A Dhead_64.S76 leaq INIT_PER_CPU_VAR(fixed_percpu_data)(%rip), %rdx
372 leaq INIT_PER_CPU_VAR(fixed_percpu_data)(%rip), %rdx
/openbmc/linux/arch/x86/xen/
H A Dxen-head.S42 movq $INIT_PER_CPU_VAR(fixed_percpu_data),%rax
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c2112 DEFINE_PER_CPU_FIRST(struct fixed_percpu_data,
2113 fixed_percpu_data) __aligned(PAGE_SIZE) __visible;
2114 EXPORT_PER_CPU_SYMBOL_GPL(fixed_percpu_data);
/openbmc/linux/arch/x86/entry/
H A Dentry_64.S244 movq %rbx, PER_CPU_VAR(fixed_percpu_data) + FIXED_stack_canary