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

1 2 3 4

  /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)
  /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)
  /bionic/libc/kernel/common/linux/
msm_hw3d.h 42 unsigned long phys; member in struct:hw3d_region
uhid.h 42 __u8 phys[64]; member in struct:uhid_create_req
  /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:__anon6707
  /frameworks/base/services/java/com/android/server/display/
LocalDisplayAdapter.java 100 PhysicalDisplayInfo phys) {
103 mPhys = new PhysicalDisplayInfo(phys);
106 public boolean updatePhysicalDisplayInfoLocked(PhysicalDisplayInfo phys) {
107 if (!mPhys.equals(phys)) {
108 mPhys.copyFrom(phys);
  /external/kernel-headers/original/linux/
msm_hw3d.h 44 unsigned long phys; member in struct:hw3d_region
uhid.h 41 __u8 phys[64]; member in struct:uhid_create_req
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.h 122 bool findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len);
  /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));
  /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
  /external/grub/netboot/
epic100.c 82 static signed char phys[4]; /* MII device addresses. */ variable
185 for (phy = 0, phy_idx = 0; phy < 32 && phy_idx < sizeof(phys); phy++) {
189 phys[phy_idx++] = phy;
200 phys[0] = 3;
229 mii_reg5 = mii_read(phys[0], 5);

Completed in 783 milliseconds

1 2 3 4