| /linux/drivers/staging/sm750fb/ |
| H A D | sm750_cursor.c | 90 void __iomem *pbuffer, *pstart; in sm750_hw_cursor_set_data() local 102 pstart = cursor->vstart; in sm750_hw_cursor_set_data() 103 pbuffer = pstart; in sm750_hw_cursor_set_data() 126 pstart += offset; in sm750_hw_cursor_set_data() 127 pbuffer = pstart; in sm750_hw_cursor_set_data() 140 void __iomem *pbuffer, *pstart; in sm750_hw_cursor_set_data2() local 152 pstart = cursor->vstart; in sm750_hw_cursor_set_data2() 153 pbuffer = pstart; in sm750_hw_cursor_set_data2() 169 pstart += offset; in sm750_hw_cursor_set_data2() 170 pbuffer = pstart; in sm750_hw_cursor_set_data2()
|
| /linux/arch/x86/include/asm/xen/ |
| H A D | swiotlb-xen.h | 6 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, 9 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order);
|
| /linux/drivers/gpio/ |
| H A D | gpio-tangier.h | 58 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument 61 .pin_base = (pstart), \
|
| /linux/scripts/ |
| H A D | cleanpatch | 220 my $pstart = $3; 225 $mstart, $mlin, $pstart, $plin-$adj,
|
| /linux/arch/x86/include/asm/ |
| H A D | init.h | 16 unsigned long pstart, unsigned long pend);
|
| /linux/mm/ |
| H A D | debug_vm_pgtable.c | 1077 static void __init phys_align_check(phys_addr_t pstart, in phys_align_check() argument 1083 if (pstart == 0) in phys_align_check() 1084 pstart = PAGE_SIZE; in phys_align_check() 1086 aligned_start = ALIGN(pstart, psize); in phys_align_check() 1098 phys_addr_t phys, pstart, pend; in init_fixed_pfns() local 1119 for_each_mem_range(idx, &pstart, &pend) { in init_fixed_pfns() 1121 phys_align_check(pstart, pend, PUD_SIZE, &phys, in init_fixed_pfns() 1133 phys_align_check(pstart, pend, PMD_SIZE, &phys, in init_fixed_pfns()
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_wr.h | 415 dma_addr_t pstart; /* Base physical address of member 458 #define csio_q_pstart(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->pstart)
|
| /linux/kernel/ |
| H A D | kexec_core.c | 156 unsigned long pstart, pend; in sanity_check_segment_list() local 158 pstart = image->segment[j].mem; in sanity_check_segment_list() 159 pend = pstart + image->segment[j].memsz; in sanity_check_segment_list() 161 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list()
|
| /linux/drivers/nvdimm/ |
| H A D | bus.c | 957 resource_size_t offset = 0, end_trunc = 0, start, end, pstart, pend; in nd_pmem_forget_poison_check() local 979 pstart = nsio->res.start + offset; in nd_pmem_forget_poison_check() 982 if ((pstart >= start) && (pend <= end)) in nd_pmem_forget_poison_check()
|
| /linux/fs/smb/client/ |
| H A D | sess.c | 1022 unsigned char *pstart, in cifs_security_buffer_from_str() argument 1026 unsigned char *tmp = pstart; in cifs_security_buffer_from_str() 1036 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str() 1046 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
|
| /linux/arch/sparc/mm/ |
| H A D | srmmu.c | 852 unsigned long pstart = (sp_banks[sp_entry].base_addr & PGDIR_MASK); in map_spbank() local 866 do_large_mapping(vstart, pstart); in map_spbank() 867 vstart += PGDIR_SIZE; pstart += PGDIR_SIZE; in map_spbank()
|
| H A D | init_64.c | 1765 static unsigned long __ref kernel_map_range(unsigned long pstart, in kernel_map_range() argument 1769 unsigned long vstart = PAGE_OFFSET + pstart; in kernel_map_range()
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | hash_utils.c | 622 unsigned long pstart, unsigned long prot, in htab_bolt_mapping() argument 635 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping() 639 paddr = ALIGN(pstart, step); in htab_bolt_mapping()
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | mmu-hash.h | 496 unsigned long pstart, unsigned long prot,
|
| /linux/include/uapi/linux/ |
| H A D | btrfs_tree.h | 1007 __le64 pstart; member
|
| H A D | btrfs.h | 370 __u64 pstart; member
|
| /linux/arch/arc/mm/ |
| H A D | cache.c | 542 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
|
| /linux/fs/ocfs2/ |
| H A D | refcounttree.c | 4502 loff_t pstart, plen; in ocfs2_reflink_remap_extent() local 4533 pstart = ocfs2_clusters_to_bytes(t_inode->i_sb, tpos); in ocfs2_reflink_remap_extent() 4535 ret = ocfs2_remove_inode_range(t_inode, t_bh, pstart, plen); in ocfs2_reflink_remap_extent()
|
| /linux/lib/ |
| H A D | maple_tree.c | 1310 unsigned long pstart, gap, max_gap; in mas_leaf_max_gap() local 1369 pstart = pivots[i - 1]; in mas_leaf_max_gap() 1370 gap = pivots[i] - pstart; in mas_leaf_max_gap()
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 1968 pstart = self.dmesg[phase]['start'] 1971 o = max(0, min(end, pend) - max(start, pstart))
|