Searched refs:fixed_percpu_data (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | stackprotector.h | 55 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 D | processor.h | 403 struct fixed_percpu_data { struct 416 DECLARE_PER_CPU_FIRST(struct fixed_percpu_data, fixed_percpu_data) __visible; argument 417 DECLARE_INIT_PER_CPU(fixed_percpu_data); 421 return (unsigned long)per_cpu(fixed_percpu_data.gs_base, cpu); in cpu_kernelmode_gs_base()
|
/linux/arch/x86/kernel/ |
H A D | asm-offsets_64.c | 60 OFFSET(FIXED_stack_canary, fixed_percpu_data, stack_canary); in main()
|
H A D | vmlinux.lds.S | 501 INIT_PER_CPU(fixed_percpu_data); 505 . = ASSERT((fixed_percpu_data == 0),
|
/linux/arch/x86/xen/ |
H A D | xen-head.S | 62 movq $INIT_PER_CPU_VAR(fixed_percpu_data),%rax
|
/linux/arch/x86/kernel/cpu/ |
H A D | common.c | 2021 DEFINE_PER_CPU_FIRST(struct fixed_percpu_data, 2022 fixed_percpu_data) __aligned(PAGE_SIZE) __visible; 2023 EXPORT_PER_CPU_SYMBOL_GPL(fixed_percpu_data);
|
/linux/arch/x86/entry/ |
H A D | entry_64.S | 195 movq %rbx, PER_CPU_VAR(fixed_percpu_data + FIXED_stack_canary)
|