Home
last modified time | relevance | path

Searched refs:__GDT_HEAD_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-x86_64/
Ddesc.h72 #define __GDT_HEAD_SIZE 64 macro
74 ((x) * sizeof(struct per_cpu_gdt) + offsetof(struct per_cpu_gdt, field) + __GDT_HEAD_SIZE)
/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()