Searched refs:ped (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/sparc/mm/
H A Dleon_mm.c39 unsigned int pgd, pmd, ped; leon_swprobe() local
119 ped = LEON_BYPASS_LOAD_PA(ptr); leon_swprobe()
121 if (((ped & SRMMU_ET_MASK) == SRMMU_ET_PTE)) { leon_swprobe()
123 printk(KERN_INFO "swprobe: ped is entry level 1\n"); leon_swprobe()
125 pte = ped; leon_swprobe()
126 paddrbase = ped & _SRMMU_PTE_PMASK_LEON; leon_swprobe()
129 if (((ped & SRMMU_ET_MASK) != SRMMU_ET_PTD)) { leon_swprobe()
131 printk(KERN_INFO "swprobe: ped is invalid => 0\n"); leon_swprobe()
136 printk(KERN_INFO "swprobe: --- ped (%x) ---\n", ped); leon_swprobe()
138 ptr = (ped & SRMMU_PTD_PMASK) << 4; leon_swprobe()
H A Dhighmem.c11 * modules because they are loaded with btfixup-ped functions.
/linux-4.4.14/kernel/debug/kdb/
H A Dkdb_io.c56 char *ped = escape_data; kdb_read_get_key() local
68 *ped = '\0'; kdb_read_get_key()
69 ped = escape_data; kdb_read_get_key()
73 key = *ped++; kdb_read_get_key()
74 if (!*ped) kdb_read_get_key()
95 ped = escape_data; kdb_read_get_key()
99 *ped++ = key; kdb_read_get_key()
104 if (ped - escape_data == 1) { kdb_read_get_key()
107 } else if (ped - escape_data == 2) { kdb_read_get_key()
112 } else if (ped - escape_data == 3) { kdb_read_get_key()
143 } else if (ped - escape_data == 4) { kdb_read_get_key()
/linux-4.4.14/include/linux/
H A Duio_driver.h32 * @internal_addr: ioremap-ped version of addr, for driver internal use
/linux-4.4.14/arch/ia64/include/asm/
H A Dio.h312 * The address passed to these functions are ioremap()ped already.
/linux-4.4.14/drivers/xen/
H A Dswiotlb-xen.c313 /* On ARM this function returns an ioremap'ped virtual address for xen_swiotlb_alloc_coherent()
/linux-4.4.14/fs/ntfs/
H A Dfile.c95 * POSIX specifies that the behaviour of resizing a file whilst it is mmap()ped
568 * @nr_pages pages in @pages which are locked but not kmap()ped. The source
1527 * locked but not kmap()ped. The source data has already been copied into the
H A Dinode.c2524 * case of the file being mmap()ped at the same time, POSIX ntfs_truncate()
2527 * in the rare case that the file is mmap()ped and a write ntfs_truncate()
2528 * occurred into the mmap()ped region just beyond the file size ntfs_truncate()

Completed in 265 milliseconds