Home
last modified time | relevance | path

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

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