1 2 3 4 5 6
.global idt_flush .type idt_flush, @function idt_flush: # prototype: void idt_flush(uint32) movl 4(%esp), %eax lidt (%eax) ret