/bionic/libc/kernel/arch-x86/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
fixmap_32.h | 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
fixmap_32.h | 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
fixmap_32.h | 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
fixmap_32.h | 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
fixmap_32.h | 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/hardware/samsung_slsi/exynos5/include/ |
ExynosBuffer.h | 65 } phys; member in struct:ExynosBuffer 91 phys. extP[i] = 0; 103 phys. extP[i] = other->phys.extP[i]; 115 phys. extP[i] = other.phys.extP[i]; 129 && phys. extP[0] == other.phys.extP[0] 130 && phys. extP[1] == other.phys.extP[1 [all...] |
/external/kernel-headers/original/asm-x86/ |
fixmap_32.h | 48 * highger than 1) use fixmap_set(idx,phys) to associate 102 unsigned long phys, pgprot_t flags); 105 #define set_fixmap(idx, phys) \ 106 __set_fixmap(idx, phys, PAGE_KERNEL) 110 #define set_fixmap_nocache(idx, phys) \ 111 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
msm_hw3d.h | 38 unsigned long phys; member in struct:hw3d_region
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
msm_hw3d.h | 38 unsigned long phys; member in struct:hw3d_region
|
/external/e2fsprogs/lib/ext2fs/ |
dosio.c | 113 unsigned short phys, 238 part->phys = 0x80; 239 part->phys += toupper(tmp[2]) - 'A'; 251 part->phys = isdigit((int)tmp[2]) ? tmp[2] - '0' : 0; 253 part->phys = 0x00; /* We'll assume /dev/fd0 */ 261 if(part->phys < 0x80) 274 part->phys, 299 _dio_hw_error = biosdisk(DISK_READ, part->phys, 0, 0, 1, 1, sec); 310 pent = scan_partition_table(pent, part->phys, &part->pno); 392 part->phys, [all...] |
dosio.h | 43 unsigned char phys; /* Physical DOS drive number */ member in struct:__anon20159
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/ |
TrustZoneDevice.h | 122 bool findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len);
|
/frameworks/base/services/java/com/android/server/display/ |
LocalDisplayAdapter.java | 108 SurfaceControl.PhysicalDisplayInfo phys) { 111 mPhys = new SurfaceControl.PhysicalDisplayInfo(phys); 114 public boolean updatePhysicalDisplayInfoLocked(SurfaceControl.PhysicalDisplayInfo phys) { 115 if (!mPhys.equals(phys)) { 116 mPhys.copyFrom(phys);
|
/external/oprofile/module/x86/ |
op_fixmap.c | 41 /*static*/ void set_pte_phys(ulong vaddr, ulong phys) 56 set_pte(pte, mk_pte_phys(phys, prot));
|
/bionic/libc/kernel/common/linux/ |
uhid.h | 42 __u8 phys[64]; member in struct:uhid_create_req
|
/external/kernel-headers/original/linux/ |
uhid.h | 41 __u8 phys[64]; member in struct:uhid_create_req
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/ |
CMcKMod.h | 130 mcResult_t findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len);
|
/hardware/samsung_slsi/exynos5/mobicore/include/Public/ |
mc_linux.h | 144 uint32_t phys; member in struct:mc_ioctl_resolv_cont_wsm 218 /** Get L2 phys address of a buffer handle allocated to the user. Only 222 /** Get the phys address & len of a allocated contiguous buffer. Only available
|