HomeSort by relevance Sort by last modified time
    Searched refs:dpl (Results 1 - 19 of 19) sorted by null

  /external/oprofile/module/x86/
op_apic.h 31 #define _set_gate(gate_addr, type, dpl, addr) \
40 :"i" ((short) (0x8000+(dpl << 13)+(type << 8))), \
  /bionic/libc/kernel/arch-x86/asm/
desc_defs.h 27 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct
45 unsigned ist : 3, zero0 : 5, type : 5, dpl : 2, p : 1; member in struct:gate_struct
64 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
  /development/ndk/platforms/android-9/arch-x86/include/asm/
desc_defs.h 27 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct
45 unsigned ist : 3, zero0 : 5, type : 5, dpl : 2, p : 1; member in struct:gate_struct
64 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
  /external/kernel-headers/original/asm-x86/
desc_defs.h 18 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct
36 unsigned ist : 3, zero0 : 5, type : 5, dpl : 2, p : 1; member in struct:gate_struct
55 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
desc_defs.h 22 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct
39 unsigned ist : 3, zero0 : 5, type : 5, dpl : 2, p : 1; member in struct:gate_struct
57 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
desc_defs.h 22 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct
39 unsigned ist : 3, zero0 : 5, type : 5, dpl : 2, p : 1; member in struct:gate_struct
57 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
desc_defs.h 22 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct
39 unsigned ist : 3, zero0 : 5, type : 5, dpl : 2, p : 1; member in struct:gate_struct
57 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
desc_defs.h 22 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct
39 unsigned ist : 3, zero0 : 5, type : 5, dpl : 2, p : 1; member in struct:gate_struct
57 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
desc_defs.h 22 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct
39 unsigned ist : 3, zero0 : 5, type : 5, dpl : 2, p : 1; member in struct:gate_struct
57 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
  /system/netd/
main.cpp 46 DnsProxyListener *dpl; local
71 dpl = new DnsProxyListener();
72 if (dpl->startListener()) {
  /external/qemu/target-i386/
op_helper.c 187 uint32_t *esp_ptr, int dpl)
209 index = (dpl * 4 + 2) << shift;
225 int rpl, dpl, cpl; local
233 dpl = (e2 >> DESC_DPL_SHIFT) & 3;
239 if (dpl != rpl)
241 if ((e2 & DESC_C_MASK) && dpl > rpl)
247 if (dpl != cpl || dpl != rpl)
255 if (dpl < cpl || dpl < rpl
662 int type, dpl, selector, ss_dpl, cpl; local
887 int type, dpl, selector, cpl, ist; local
1169 int dpl, cpl, shift; local
2120 int cpl, dpl, rpl; local
2200 uint32_t e1, e2, cpl, dpl, rpl, limit; local
2316 uint32_t e1, e2, cpl, dpl, rpl, selector, offset, param_count; local
2556 int dpl; local
2582 int cpl, dpl, rpl, eflags_mask, iopl; local
3303 int rpl, dpl, cpl, type; local
3347 int rpl, dpl, cpl, type; local
3393 int rpl, dpl, cpl; local
3426 int rpl, dpl, cpl; local
    [all...]
hax-all.c 670 lhs->dpl = 3;
686 | (rhs->dpl << DESC_DPL_SHIFT)
704 lhs->dpl = rhs->selector & 3;
762 sregs->_ss.dpl = sregs->_ss.selector & 3;
hax-interface.h 95 uint32 dpl : 2; member in struct:segment_desc_t::__anon11324::__anon11325
kvm.c 280 lhs->dpl = 3;
297 lhs->dpl = rhs->selector & 3;
314 | (rhs->dpl << DESC_DPL_SHIFT)
414 sregs.ss.dpl = sregs.ss.selector & 3;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
kvm.h 93 __u8 present, dpl, db, s, l, g, avl; member in struct:kvm_segment
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h 93 __u8 present, dpl, db, s, l, g, avl; member in struct:kvm_segment
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h 93 __u8 present, dpl, db, s, l, g, avl; member in struct:kvm_segment
  /external/qemu/android/config/linux-x86/asm/
kvm.h 104 __u8 present, dpl, db, s, l, g, avl; member in struct:kvm_segment
  /external/qemu/android/config/linux-x86_64/asm/
kvm.h 104 __u8 present, dpl, db, s, l, g, avl; member in struct:kvm_segment

Completed in 395 milliseconds