Lines Matching +full:0 +full:xfffff
23 asm volatile("lcallw *%0" in realmode_switch_hook()
28 outb(0x80, 0x70); /* Disable NMI */ in realmode_switch_hook()
38 outb(0xff, 0xa1); /* Mask all interrupts on the secondary PIC */ in mask_all_interrupts()
40 outb(0xfb, 0x21); /* Mask all but cascade on the primary PIC */ in mask_all_interrupts()
49 outb(0, 0xf0); in reset_coprocessor()
51 outb(0, 0xf1); in reset_coprocessor()
69 /* CS: code, read/execute, 4 GB, base 0 */ in setup_gdt()
70 [GDT_ENTRY_BOOT_CS] = GDT_ENTRY(0xc09b, 0, 0xfffff), in setup_gdt()
71 /* DS: data, read/write, 4 GB, base 0 */ in setup_gdt()
72 [GDT_ENTRY_BOOT_DS] = GDT_ENTRY(0xc093, 0, 0xfffff), in setup_gdt()
76 [GDT_ENTRY_BOOT_TSS] = GDT_ENTRY(0x0089, 4096, 103), in setup_gdt()
87 asm volatile("lgdtl %0" : : "m" (gdt)); in setup_gdt()
95 static const struct gdt_ptr null_idt = {0, 0}; in setup_idt()
96 asm volatile("lidtl %0" : : "m" (null_idt)); in setup_idt()