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

  /bionic/libc/kernel/arch-x86/asm/
ldt.h 30 unsigned int useable: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 29 unsigned int useable:1; member in struct:user_desc
desc_32.h 177 ((info)->useable << 20) | \
188 (info)->useable == 0 )
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
ldt.h 30 unsigned int useable: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 )
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
ldt.h 30 unsigned int useable: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 )
  /bionic/libc/arch-x86/bionic/
__set_tls.c 40 unsigned int useable:1; member in struct:user_desc
  /external/v8/test/mjsunit/
html-string-funcs.js 28 // Spidermonkey and IE has some string functions useable for building
  /external/strace/
mem.c 551 "useable:%d}",
559 ldt_entry->useable);

Completed in 3165 milliseconds