.code32 .global flush_tlb flush_tlb: mov %cr3, %eax mov %eax, %cr3 ret .global disable_pae disable_pae: ret