/openbmc/qemu/linux-user/i386/ |
H A D | cpu_loop.c | 51 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()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | seg_helper.c | 196 uint32_t *esp_ptr, int dpl, in get_ss_esp_from_tss() 241 int rpl, dpl; in tss_load_seg() local 649 int type, dpl, selector, ss_dpl, cpl; in do_interrupt_protected() local 930 int type, dpl, selector, cpl, ist; in do_interrupt64() local 1369 int cpl, dpl, rpl; in helper_load_seg() local 1458 uint32_t e1, e2, cpl, dpl, rpl, limit; in helper_ljmp_protected() local 1625 uint32_t e1, e2, cpl, dpl, rpl, selector, param_count; in helper_lcall_protected() local 1971 int dpl; in validate_seg() local 2003 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local 2330 int rpl, dpl, cpl, type; in helper_lsl() local [all …]
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_arch_cpu.c | 48 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()
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_cpu.c | 49 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()
|
/openbmc/qemu/target/i386/tcg/user/ |
H A D | seg_helper.c | 51 int dpl, cpl, shift; in do_interrupt_user() local 98 int dpl = (env->eflags & VM_MASK) ? 3 : 0; in cpu_x86_load_seg() local
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | desc_defs.h | 19 u16 base1: 8, type: 4, s: 1, dpl: 2, p: 1; member 58 u16 base1 : 8, type : 5, dpl : 2, p : 1; member 73 dpl : 2, member
|
H A D | desc.h | 81 unsigned dpl, unsigned ist, unsigned seg) in pack_gate()
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_task.c | 138 int dpl; in vmx_handle_task_switch() local
|
H A D | x86.h | 128 uint64_t dpl:2; member 173 uint64_t dpl:1; member
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | processor.h | 366 unsigned base1:8, type:4, s:1, dpl:2, p:1; member 1082 uint16_t dpl : 2; member
|
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | processor.c | 1045 int dpl, unsigned short selector) in set_idt_entry()
|
/openbmc/linux/net/iucv/ |
H A D | iucv.c | 266 struct iucv_cmd_dpl dpl; member
|
/openbmc/linux/drivers/scsi/be2iscsi/ |
H A D | be_main.h | 628 u8 dpl[16]; member 642 u8 dpl[17]; /* DWORD 2 */ member
|
H A D | be_main.c | 1506 u32 dpl; in beiscsi_hdl_get_handle() local
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 1557 u8 dpl, rpl; in __load_segment_descriptor() local 2954 int dpl; in emulator_do_task_switch() local
|
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 131 __u8 present, dpl, db, s, l, g, avl; member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 131 __u8 present, dpl, db, s, l, g, avl; member
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 132 __u8 present, dpl, db, s, l, g, avl; member
|