Searched refs:fixed_percpu_data (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | stackprotector.h | 67 	BUILD_BUG_ON(offsetof(struct fixed_percpu_data, stack_canary) != 40);  in boot_init_stack_canary()82 	this_cpu_write(fixed_percpu_data.stack_canary, canary);  in boot_init_stack_canary()
 
 | 
| D | processor.h | 388 struct fixed_percpu_data {  struct398 DECLARE_PER_CPU_FIRST(struct fixed_percpu_data, fixed_percpu_data) __visible;  argument
 399 DECLARE_INIT_PER_CPU(fixed_percpu_data);
 403 	return (unsigned long)per_cpu(fixed_percpu_data.gs_base, cpu);  in cpu_kernelmode_gs_base()
 
 | 
| /Linux-v5.4/arch/x86/kernel/ | 
| D | vmlinux.lds.S | 438 INIT_PER_CPU(fixed_percpu_data);448 . = ASSERT((fixed_percpu_data == 0),
 
 | 
| D | asm-offsets_64.c | 90 	DEFINE(stack_canary_offset, offsetof(struct fixed_percpu_data, stack_canary));  in main()
 | 
| D | head_64.S | 266 	.quad	INIT_PER_CPU_VAR(fixed_percpu_data)
 | 
| /Linux-v5.4/arch/x86/xen/ | 
| D | xen-head.S | 49 	movq	$INIT_PER_CPU_VAR(fixed_percpu_data),%rax
 | 
| /Linux-v5.4/arch/x86/kernel/cpu/ | 
| D | common.c | 1649 DEFINE_PER_CPU_FIRST(struct fixed_percpu_data,1650 		     fixed_percpu_data) __aligned(PAGE_SIZE) __visible;
 1651 EXPORT_PER_CPU_SYMBOL_GPL(fixed_percpu_data);
 
 | 
| /Linux-v5.4/arch/x86/entry/ | 
| D | entry_64.S | 301 	movq	%rbx, PER_CPU_VAR(fixed_percpu_data) + stack_canary_offset
 |