Home
last modified time | relevance | path

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

/arch/x86/64/
A Dstart.S43 .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), %eax
118 movl %eax, PHYS(kernel_pml4)
123 movl %eax, PHYS(kernel_pdp)
[all …]
A Dgdt.S15 #define PHYS(x) ((x) - PHYS_ADDR_DELTA) macro
22 .int PHYS(_gdt)
/arch/x86/32/
A Dstart.S39 .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), %edi
107 movl $PHYS(kernel_pd), %esi
123 movl $PHYS(kernel_pd), %esi
155 movl $PHYS(kernel_pd), %eax
[all …]
A Dgdt.S15 #define PHYS(x) ((x) - PHYS_ADDR_DELTA) macro
22 .int PHYS(_gdt)

Completed in 6 milliseconds