Searched refs:dpl (Results 1 – 10 of 10) sorted by relevance
| /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() argument 54 e2 = (addr & 0xffff0000) | 0x8000 | (dpl << 13) | (type << 8); in set_gate() 61 void bsd_i386_set_idt(int n, unsigned int dpl) in bsd_i386_set_idt() argument 63 set_gate(idt_table + n, 0, dpl, 0, 0); in bsd_i386_set_idt()
|
| H A D | target_arch.h | 26 void bsd_i386_set_idt(int n, unsigned int dpl);
|
| /openbmc/qemu/target/i386/tcg/user/ |
| H A D | seg_helper.c | 50 int dpl, cpl, shift; in do_interrupt_user() local 62 dpl = (e2 >> DESC_DPL_SHIFT) & 3; in do_interrupt_user() 65 if (dpl < cpl) { in do_interrupt_user() 97 int dpl = (env->eflags & VM_MASK) ? 3 : 0; in cpu_x86_load_seg() local 102 DESC_A_MASK | (dpl << DESC_DPL_SHIFT)); in cpu_x86_load_seg()
|
| /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() argument 53 e2 = (addr & 0xffff0000) | 0x8000 | (dpl << 13) | (type << 8); in set_gate64() 62 void bsd_x86_64_set_idt(int n, unsigned int dpl) in bsd_x86_64_set_idt() argument 64 set_gate64(idt_table + n * 2, 0, dpl, 0, 0); in bsd_x86_64_set_idt()
|
| H A D | target_arch.h | 26 void bsd_x86_64_set_idt(int n, unsigned int dpl);
|
| /openbmc/qemu/target/i386/hvf/ |
| H A D | x86_task.c | 138 int dpl; in vmx_handle_task_switch() local 142 dpl = task_gate_desc.dpl; in vmx_handle_task_switch() 144 if (tss_sel.rpl > dpl || cs.rpl > dpl) in vmx_handle_task_switch()
|
| H A D | x86_descr.c | 107 desc->dpl << 5 | in x86_segment_descriptor_to_vmx() 120 desc->dpl = (vmx_desc->ar >> 5) & 3; in vmx_segment_to_x86_descriptor()
|
| /openbmc/qemu/target/i386/emulate/ |
| H A D | x86.h | 128 uint64_t dpl:2; member 173 uint64_t dpl:1; member
|
| /openbmc/qemu/target/i386/ |
| H A D | gdbstub.c | 244 int dpl = (env->eflags & VM_MASK) ? 3 : 0; in x86_cpu_gdb_load_seg() 248 DESC_A_MASK | (dpl << DESC_DPL_SHIFT); in x86_cpu_gdb_load_seg()
|
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| H A D | README.lsch3 | 362 => fsl_mc apply dpl 580700000 380 => fsl_mc apply dpl 580700000
|