Searched refs:null_idt (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/boot/
H A Dpm.c96 static const struct gdt_ptr null_idt = {0, 0}; local
97 asm volatile("lidtl %0" : : "m" (null_idt));

Completed in 100 milliseconds