Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dstackprotector.h57 BUILD_BUG_ON(offsetof(struct fixed_percpu_data, stack_canary) != 40); in boot_init_stack_canary()
72 this_cpu_write(fixed_percpu_data.stack_canary, canary); in boot_init_stack_canary()
81 per_cpu(fixed_percpu_data.stack_canary, cpu) = idle->stack_canary; in cpu_init_stack_canary()
A Dprocessor.h430 struct fixed_percpu_data { struct
443 DECLARE_PER_CPU_FIRST(struct fixed_percpu_data, fixed_percpu_data) __visible; argument
444 DECLARE_INIT_PER_CPU(fixed_percpu_data);
448 return (unsigned long)per_cpu(fixed_percpu_data.gs_base, cpu); in cpu_kernelmode_gs_base()
/linux/arch/x86/kernel/
A Dvmlinux.lds.S484 INIT_PER_CPU(fixed_percpu_data);
488 . = ASSERT((fixed_percpu_data == 0),
A Dasm-offsets_64.c60 DEFINE(stack_canary_offset, offsetof(struct fixed_percpu_data, stack_canary)); in main()
A Dhead_64.S340 SYM_DATA(initial_gs, .quad INIT_PER_CPU_VAR(fixed_percpu_data))
/linux/arch/x86/xen/
A Dxen-head.S65 movq $INIT_PER_CPU_VAR(fixed_percpu_data),%rax
/linux/arch/x86/kernel/cpu/
A Dcommon.c1770 DEFINE_PER_CPU_FIRST(struct fixed_percpu_data,
1771 fixed_percpu_data) __aligned(PAGE_SIZE) __visible;
1772 EXPORT_PER_CPU_SYMBOL_GPL(fixed_percpu_data);
/linux/arch/x86/entry/
A Dentry_64.S243 movq %rbx, PER_CPU_VAR(fixed_percpu_data) + stack_canary_offset

Completed in 13 milliseconds