Home
last modified time | relevance | path

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

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