Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/asm/
H A Dapu_boot.S11 _apu_boot_base = . define
23 movl $(_apu_boot_tmp_stack_end - _apu_boot_base), %esp
33 leal (_apu_code32 - _apu_boot_base)(%esi), %eax
34 movl %eax, (_apu_code32_vector - _apu_boot_base)
36 leal (_apu_code64 - _apu_boot_base)(%esi), %eax
37 movl %eax, (_apu_code64_vector - _apu_boot_base)
39 leal (_apu_tmp_gdt - _apu_boot_base)(%esi), %eax
40 movl %eax, (_apu_tmp_gdt + 2 - _apu_boot_base)
44 lidtl _apu_tmp_idt - _apu_boot_base
45 lgdtl _apu_tmp_gdt - _apu_boot_base
[all …]