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

1 2 3

  /bionic/libc/kernel/arch-sh/asm/
fixmap.h 26 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
28 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
  /bionic/libc/kernel/arch-x86/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)
  /development/ndk/platforms/android-9/arch-x86/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)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r6/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)
  /prebuilt/ndk/android-ndk-r7/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)
  /prebuilt/ndk/android-ndk-r7/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)
  /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 38 unsigned long phys; member in struct:hw3d_region
msm_q6venc.h 103 unsigned int phys; member in struct:venc_buf_type
188 void *phys; member in struct:venc_pmem
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msm_hw3d.h 38 unsigned long phys; member in struct:hw3d_region
  /prebuilt/ndk/android-ndk-r4/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 110 unsigned short phys,
235 part->phys = 0x80;
236 part->phys += toupper(tmp[2]) - 'A';
248 part->phys = isdigit((int)tmp[2]) ? tmp[2] - '0' : 0;
250 part->phys = 0x00; /* We'll assume /dev/fd0 */
258 if(part->phys < 0x80)
271 part->phys,
296 _dio_hw_error = biosdisk(DISK_READ, part->phys, 0, 0, 1, 1, sec);
307 pent = scan_partition_table(pent, part->phys, &part->pno);
389 part->phys,
    [all...]
dosio.h 39 unsigned char phys; /* Physical DOS drive number */ member in struct:__anon5605
  /external/kernel-headers/original/linux/
msm_hw3d.h 44 unsigned long phys; member in struct:hw3d_region
msm_q6venc.h 120 unsigned int phys; member in struct:venc_buf_type
205 void *phys; member in struct:venc_pmem
  /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));
  /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);
  /bionic/libc/kernel/common/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /development/ndk/platforms/android-3/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info

Completed in 1100 milliseconds

1 2 3