Home
last modified time | relevance | path

Searched defs:dpl (Results 1 – 8 of 8) sorted by relevance

/qemu/linux-user/i386/
H A Dcpu_loop.c51 static void set_gate64(void *ptr, unsigned int type, unsigned int dpl, in set_gate64()
66 static void set_idt(int n, unsigned int dpl, bool is64) in set_idt()
71 static void set_gate(void *ptr, unsigned int type, unsigned int dpl, in set_gate()
83 static void set_idt(int n, unsigned int dpl, bool is64) in set_idt()
/qemu/bsd-user/i386/
H A Dtarget_arch_cpu.c49 static void set_gate(void *ptr, unsigned int type, unsigned int dpl, in set_gate()
61 void bsd_i386_set_idt(int n, unsigned int dpl) in bsd_i386_set_idt()
/qemu/target/i386/tcg/user/
H A Dseg_helper.c50 int dpl, cpl, shift; in do_interrupt_user() local
97 int dpl = (env->eflags & VM_MASK) ? 3 : 0; in cpu_x86_load_seg() local
/qemu/bsd-user/x86_64/
H A Dtarget_arch_cpu.c48 static void set_gate64(void *ptr, unsigned int type, unsigned int dpl, in set_gate64()
62 void bsd_x86_64_set_idt(int n, unsigned int dpl) in bsd_x86_64_set_idt()
/qemu/target/i386/tcg/
H A Dseg_helper.c213 uint32_t *esp_ptr, int dpl, in get_ss_esp_from_tss()
258 int rpl, dpl; in tss_load_seg() local
691 int type, dpl, selector, ss_dpl, cpl; in do_interrupt_protected() local
955 int type, dpl, selector, cpl, ist; in do_interrupt64() local
1394 int cpl, dpl, rpl; in helper_load_seg() local
1483 uint32_t e1, e2, cpl, dpl, rpl, limit; in helper_ljmp_protected() local
1651 uint32_t e1, e2, cpl, dpl, rpl, selector, param_count; in helper_lcall_protected() local
1998 int dpl; in validate_seg() local
2030 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local
2358 int rpl, dpl, cpl, type; in helper_lsl() local
[all …]
/qemu/target/i386/hvf/
H A Dx86_task.c138 int dpl; in vmx_handle_task_switch() local
/qemu/target/i386/emulate/
H A Dx86.h128 uint64_t dpl:2; member
173 uint64_t dpl:1; member
/qemu/linux-headers/asm-x86/
H A Dkvm.h132 __u8 present, dpl, db, s, l, g, avl; member