Home
last modified time | relevance | path

Searched refs:per_cpu_gdt (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-x86_64/
Ddesc.h51 struct per_cpu_gdt { struct
56 extern struct per_cpu_gdt gdt_cpu_table[]; argument
74 ((x) * sizeof(struct per_cpu_gdt) + offsetof(struct per_cpu_gdt, field) + __GDT_HEAD_SIZE)
/linux-2.4.37.9/arch/x86_64/tools/
Doffset.c64 outconst("#define PER_CPU_GDT_SIZE %0", sizeof(struct per_cpu_gdt)); in main()
/linux-2.4.37.9/arch/x86_64/kernel/
Dsetup64.c203 gdt_descr.size = NR_CPUS * sizeof(struct per_cpu_gdt) + __GDT_HEAD_SIZE; in cpu_init()