null_idt           95 arch/x86/boot/pm.c 	static const struct gdt_ptr null_idt = {0, 0};
null_idt           96 arch/x86/boot/pm.c 	asm volatile("lidtl %0" : : "m" (null_idt));