/linux/arch/powerpc/kernel/ |
H A D | fadump.c | 403 static int __init add_boot_mem_region(unsigned long rstart, in add_boot_mem_region() argument 415 i, rstart, (rstart + rsize)); in add_boot_mem_region() 416 fw_dump.boot_mem_addr[i] = rstart; in add_boot_mem_region() 428 unsigned long rstart, rsize, max_size; in add_boot_mem_regions() local 431 rstart = mstart; in add_boot_mem_regions() 439 ret = add_boot_mem_region(rstart, rsize); in add_boot_mem_regions() 444 rstart += rsize; in add_boot_mem_regions() 967 unsigned long raddr, rstart, rend, rlast, hole_size; in fadump_relocate() local 974 rstart = fw_dump.boot_mem_addr[i]; in fadump_relocate() 975 rend = rstart + fw_dump.boot_mem_sz[i]; in fadump_relocate() [all …]
|
/linux/drivers/rapidio/devices/ |
H A D | tsi721.c | 943 static int tsi721_map_outb_win(struct rio_mport *mport, u16 destid, u64 rstart, in tsi721_map_outb_win() argument 957 "did=%d ra=0x%llx sz=0x%x", destid, rstart, size); in tsi721_map_outb_win() 959 if (!is_power_of_2(size) || (size < 0x8000) || (rstart & (size - 1))) in tsi721_map_outb_win() 980 ob_win->rstart = rstart; in tsi721_map_outb_win() 989 rio_addr = rstart; in tsi721_map_outb_win() 1027 u16 destid, u64 rstart) in tsi721_unmap_outb_win() argument 1033 tsi_debug(OBW, &priv->pdev->dev, "did=%d ra=0x%llx", destid, rstart); in tsi721_unmap_outb_win() 1039 ob_win->destid == destid && ob_win->rstart == rstart) { in tsi721_unmap_outb_win() 1111 u64 rstart, u64 size, u32 flags) in tsi721_rio_map_inb_mem() argument 1117 bool direct = (lstart == rstart); in tsi721_rio_map_inb_mem() [all …]
|
H A D | tsi721.h | 844 u64 rstart; member 862 u64 rstart; member
|
/linux/drivers/video/fbdev/ |
H A D | offb.c | 541 u64 rstart, address = OF_BAD_ADDR; in offb_init_nodriver() local 610 rstart = of_translate_address(dp, addrp); in offb_init_nodriver() 611 if (rstart == OF_BAD_ADDR) in offb_init_nodriver() 613 if (addr_prop && (rstart <= addr_prop) && in offb_init_nodriver() 614 ((rstart + asize) >= (addr_prop + rsize))) in offb_init_nodriver() 626 address = rstart; in offb_init_nodriver()
|
/linux/arch/powerpc/sysdev/ |
H A D | fsl_rio.c | 308 u64 rstart, u64 size, u32 flags) in fsl_map_inb_mem() argument 326 if (rstart & (base_size - 1)) in fsl_map_inb_mem() 337 if (rstart < win_end && (rstart + size) > win_start) in fsl_map_inb_mem() 351 out_be32(&priv->inb_atmu_regs[i].riwbar, rstart >> RIWBAR_BADD_VAL_SHIFT); in fsl_map_inb_mem()
|
/linux/include/linux/ |
H A D | rio.h | 421 u64 rstart, u64 size, u32 flags); 425 int (*map_outb)(struct rio_mport *mport, u16 destid, u64 rstart, 427 void (*unmap_outb)(struct rio_mport *mport, u16 destid, u64 rstart);
|
H A D | rio_drv.h | 371 u16 destid, u64 rstart);
|
/linux/fs/smb/client/ |
H A D | cifstransport.c | 414 int rstart = 0; in SendReceiveBlockingLock() local 541 rstart = 1; in SendReceiveBlockingLock() 562 if (rstart && rc == -EACCES) in SendReceiveBlockingLock()
|
/linux/mm/ |
H A D | cma.c | 1037 unsigned long rstart, rend; in cma_intersects() 1042 rstart = PFN_PHYS(cmr->base_pfn); in cma_intersects() 1044 if (end < rstart) in cma_intersects() 1036 unsigned long rstart, rend; cma_intersects() local
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | nft_concat_range.sh | 1760 rstart=${start} 1784 start=${rstart} 1813 rstart=${start}
|
/linux/drivers/rapidio/ |
H A D | rio.c | 757 void rio_unmap_outb_region(struct rio_mport *mport, u16 destid, u64 rstart) in rio_unmap_outb_region() argument 765 mport->ops->unmap_outb(mport, destid, rstart); in rio_unmap_outb_region()
|
/linux/tools/testing/nvdimm/test/ |
H A D | nfit.c | 548 u64 rstart, rend; in post_ars_status() local 554 rstart = (be->start < addr) ? addr : be->start; in post_ars_status() 558 ars_record->err_address = rstart; in post_ars_status() 559 ars_record->length = rend - rstart + 1; in post_ars_status()
|
/linux/fs/xfs/ |
H A D | xfs_trace.h | 5558 __field(xfs_fsblock_t, rstart) 5575 __entry->rstart = right->br_startblock; 5585 __entry->roff, __entry->rstart, __entry->rcount,
|