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

1 2 3 4 5 6 7 8

  /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)
  /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...]
  /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/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)
  /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...]
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 268 unsigned Phys = Hint.second;
269 if (VRM && isVirtualRegister(Phys))
270 Phys = VRM->getPhys(Phys);
272 // Check that Phys is a valid hint in VirtReg's register class.
273 if (!isPhysicalRegister(Phys))
275 if (MRI.isReserved(Phys))
277 // Check that Phys is in the allocation order. We shouldn't heed hints
280 if (std::find(Order.begin(), Order.end(), Phys) == Order.end())
284 Hints.push_back(Phys);
    [all...]
  /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/kernel-headers/original/linux/
uhid.h 41 __u8 phys[64]; member in struct:uhid_create_req
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6venc.h 92 u32 phys; member in struct:venc_buf_type
177 void *phys; member in struct:venc_pmem
  /hardware/msm7k/libgralloc/
gralloc.cpp 257 ALOGD("smi: offset=%08lx, len=%08lx, phys=%p",
260 regions[HW3D_SMI].phys);
261 ALOGD("ebi: offset=%08lx, len=%08lx, phys=%p",
264 regions[HW3D_EBI].phys);
265 ALOGD("reg: offset=%08lx, len=%08lx, phys=%p",
268 regions[HW3D_REGS].phys);
  /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
  /development/ndk/platforms/android-3/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /external/e2fsprogs/e2fsck/
jfs_user.h 125 int journal_bmap(journal_t *journal, blk_t block, unsigned long *phys);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
gmon_out.h 67 char dimen[15]; /* phys. dim., usually "seconds" */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon_out.h 67 char dimen[15]; /* phys. dim., usually "seconds" */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon_out.h 67 char dimen[15]; /* phys. dim., usually "seconds" */

Completed in 682 milliseconds

1 2 3 4 5 6 7 8