HomeSort by relevance Sort by last modified time
    Searched refs:get_fs (Results 26 - 37 of 37) sorted by null

12

  /external/kernel-headers/original/asm-mips/
uaccess.h 20 * performed or not. If get_fs() == USER_DS, checking is performed, with
21 * get_fs() == KERNEL_DS, checking is bypassed.
64 #define get_fs() (current_thread_info()->addr_limit) macro
106 #define __access_mask get_fs().seg
  /bionic/libc/kernel/arch-x86/asm/
uaccess_32.h 35 #define get_fs() (current_thread_info()->addr_limit) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
uaccess_32.h 35 #define get_fs() (current_thread_info()->addr_limit) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
uaccess_32.h 30 #define get_fs() (current_thread_info()->addr_limit) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
uaccess_32.h 30 #define get_fs() (current_thread_info()->addr_limit) macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
uaccess_32.h 30 #define get_fs() (current_thread_info()->addr_limit) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
uaccess_32.h 30 #define get_fs() (current_thread_info()->addr_limit) macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
uaccess_32.h 30 #define get_fs() (current_thread_info()->addr_limit) macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
uaccess_32.h 35 #define get_fs() (current_thread_info()->addr_limit) macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
uaccess_32.h 35 #define get_fs() (current_thread_info()->addr_limit) macro
  /external/kernel-headers/original/asm-x86/
uaccess_32.h 18 * performed or not. If get_fs() == USER_DS, checking is performed, with
19 * get_fs() == KERNEL_DS, checking is bypassed.
31 #define get_fs() (current_thread_info()->addr_limit) macro
  /external/valgrind/main/VEX/priv/
guest_mips_toIR.c 376 static UInt get_fs(UInt mipsins) function
973 UInt fs = get_fs(cins);
    [all...]

Completed in 976 milliseconds

12