HomeSort by relevance Sort by last modified time
    Searched full:seg_not_present (Results 1 - 25 of 25) sorted by null

  /bionic/libc/kernel/arch-x86/asm/
ldt.h 29 unsigned int seg_not_present:1; member in struct:user_desc
desc_32.h 60 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->useable << 20) | 0x7000)
61 #define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->useable == 0 )
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ldt.h 29 unsigned int seg_not_present:1; member in struct:user_desc
desc_32.h 60 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->useable << 20) | 0x7000)
61 #define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->useable == 0 )
  /external/kernel-headers/original/asm-x86/
ldt.h 28 unsigned int seg_not_present:1; member in struct:user_desc
desc_32.h 174 (((info)->seg_not_present ^ 1) << 15) | \
187 (info)->seg_not_present == 1 && \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ldt.h 28 unsigned int seg_not_present:1; member in struct:user_desc
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
ldt.h 29 unsigned int seg_not_present:1; member in struct:user_desc
desc_32.h 60 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->useable << 20) | 0x7000)
61 #define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->useable == 0 )
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
ldt.h 29 unsigned int seg_not_present:1; member in struct:user_desc
desc_32.h 60 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->useable << 20) | 0x7000)
61 #define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->useable == 0 )
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
ldt.h 29 unsigned int seg_not_present:1; member in struct:user_desc
desc_32.h 60 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->useable << 20) | 0x7000)
61 #define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->useable == 0 )
  /external/valgrind/main/none/tests/x86-linux/
seg_override.c 80 unsigned int seg_not_present:1; member in struct:modify_ldt_ldt_s
103 ldt_entry.seg_not_present = 0;
  /bionic/libc/arch-x86/bionic/
__set_tls.c 39 unsigned int seg_not_present:1; member in struct:user_desc
  /external/strace/
mem.c 550 "seg_not_present:%d, "
558 ldt_entry->seg_not_present,
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c 429 inn->seg_not_present == 1 &&
444 ((inn->seg_not_present ^ 1) << 15) |
596 if (ldt_info->seg_not_present == 0)
727 info->seg_not_present = gdt[idx].LdtEnt.Bits.Pres ^ 0x1;
    [all...]
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 562 unsigned int seg_not_present:1;
vki-arm-linux.h 650 unsigned int seg_not_present:1; member in struct:vki_user_desc
vki-ppc32-linux.h 778 //.. unsigned int seg_not_present:1;
    [all...]
vki-x86-linux.h 647 unsigned int seg_not_present:1; member in struct:vki_user_desc
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/lib/
libc.so 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.a     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libpthread.a     [all...]

Completed in 653 milliseconds