/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)
|
/ndk/build/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)
|
/ndk/build/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)
|
/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
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
msm_hw3d.h | 38 unsigned long phys; member in struct:hw3d_region
|
/ndk/build/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); 391 part->phys, [all...] |
dosio.h | 39 unsigned char phys; /* Physical DOS drive number */ member in struct:__anon1682
|
/external/kernel-headers/original/linux/ |
msm_hw3d.h | 44 unsigned long phys; member in struct:hw3d_region
|
/hardware/msm7k/libgralloc/ |
gralloc.cpp | 257 LOGD("smi: offset=%08lx, len=%08lx, phys=%p", 260 regions[HW3D_SMI].phys); 261 LOGD("ebi: offset=%08lx, len=%08lx, phys=%p", 264 regions[HW3D_EBI].phys); 265 LOGD("reg: offset=%08lx, len=%08lx, phys=%p", 268 regions[HW3D_REGS].phys);
|
/bionic/libc/kernel/common/linux/mtd/ |
map.h | 48 unsigned long phys; member in struct:map_info
|
/external/e2fsprogs/e2fsck/ |
jfs_user.h | 106 int journal_bmap(journal_t *journal, blk_t block, unsigned long *phys);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
map.h | 48 unsigned long phys; member in struct:map_info
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/mtd/ |
map.h | 48 unsigned long phys; member in struct:map_info
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/mtd/ |
map.h | 48 unsigned long phys; member in struct:map_info
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/mtd/ |
map.h | 48 unsigned long phys; member in struct:map_info
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/mtd/ |
map.h | 48 unsigned long phys; member in struct:map_info
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/mtd/ |
map.h | 48 unsigned long phys; member in struct:map_info
|
/hardware/ti/omap3/dspbridge/inc/ |
cmmdefs.h | 95 DWORD dwSegBasePa; /* Start Phys address of SM segment */ 97 DWORD dwGPPBasePA; /* Start Phys addr of Gpp SM seg */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
cmmdefs.h | 95 DWORD dwSegBasePa; /* Start Phys address of SM segment */ 97 DWORD dwGPPBasePA; /* Start Phys addr of Gpp SM seg */
|
/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);
|
/bootable/bootloader/legacy/arch_msm7k/ |
hsusb.c | 124 unsigned phys = (unsigned) req->buf; local 128 item->page0 = phys; 129 item->page1 = (phys & 0xfffff000) + 0x1000;
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
debflex.awk | 6 # Michal Jaegermann <michal@phys.ualberta.ca>, December 1993
|