Searched refs:__GDT_HEAD_SIZE (Results 1 – 2 of 2) sorted by relevance
72 #define __GDT_HEAD_SIZE 64 macro74 ((x) * sizeof(struct per_cpu_gdt) + offsetof(struct per_cpu_gdt, field) + __GDT_HEAD_SIZE)
203 gdt_descr.size = NR_CPUS * sizeof(struct per_cpu_gdt) + __GDT_HEAD_SIZE; in cpu_init()