Home
last modified time | relevance | path

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

/system/utest/hypervisor/
A Dx86.S16 #define ABSOLUTE_ADDR(base, x) (x - base + GUEST_ENTRY) macro
38 lgdt ABSOLUTE_ADDR(\start, gdtr_for_\start)
104 .8byte ABSOLUTE_ADDR(\start, gdt_for_\start)
115 .2byte ABSOLUTE_ADDR(\start, \
127 lidt ABSOLUTE_ADDR(\start, idtr_for_\start)
145 .8byte ABSOLUTE_ADDR(\start, idt_for_\start) // Address
283 pushl $ABSOLUTE_ADDR(vcpu_compat_mode_start, vcpu_compat_mode_done)
309 mov $ABSOLUTE_ADDR(vcpu_syscall_start, vcpu_syscall_done), %eax
315 mov $ABSOLUTE_ADDR(vcpu_syscall_start, vcpu_syscall_ring3), %rcx
333 mov $ABSOLUTE_ADDR(vcpu_sysenter_start, vcpu_sysenter_done), %eax
[all …]

Completed in 5 milliseconds