Searched refs:PHYS (Results 1 – 4 of 4) sorted by relevance
43 .int PHYS(multiboot_header)45 .int PHYS(_start)47 .int PHYS(__data_end)49 .int PHYS(__bss_end)51 .int PHYS(real_start)60 lgdt PHYS(_gdtr_phys)76 pushl $PHYS(.Lfarjump)116 movl $PHYS(kernel_pdp), %eax118 movl %eax, PHYS(kernel_pml4)123 movl %eax, PHYS(kernel_pdp)[all …]
15 #define PHYS(x) ((x) - PHYS_ADDR_DELTA) macro22 .int PHYS(_gdt)
39 .int PHYS(multiboot_header)41 .int PHYS(_start)43 .int PHYS(__data_end)45 .int PHYS(__bss_end)47 .int PHYS(real_start)56 lgdt PHYS(_gdtr_phys)94 movl $PHYS(kernel_pt), %edi107 movl $PHYS(kernel_pd), %esi123 movl $PHYS(kernel_pd), %esi155 movl $PHYS(kernel_pd), %eax[all …]
Completed in 6 milliseconds