/linux/arch/um/os-Linux/ |
H A D | execvp.c | 66 char *startp; in execvp_noalloc() local 78 startp = name + 1; in execvp_noalloc() 80 startp = memcpy(name - (p - path), path, p - path); in execvp_noalloc() 83 execv(startp, argv); in execvp_noalloc()
|
/linux/arch/riscv/include/asm/ |
H A D | set_memory.h | 19 static __always_inline int set_kernel_memory(char *startp, char *endp, in set_kernel_memory() argument 23 unsigned long start = (unsigned long)startp; in set_kernel_memory() 35 static inline int set_kernel_memory(char *startp, char *endp, in set_kernel_memory() argument
|
/linux/tools/lib/perf/ |
H A D | mmap.c | 211 u64 *startp, u64 end) in perf_mmap__read() argument 215 int diff = end - *startp; in perf_mmap__read() 220 event = (union perf_event *)&data[*startp & map->mask]; in perf_mmap__read() 230 if ((*startp & map->mask) + size != ((*startp + size) & map->mask)) { in perf_mmap__read() 231 unsigned int offset = *startp; in perf_mmap__read() 254 *startp += size; in perf_mmap__read()
|
/linux/drivers/iommu/iommufd/ |
H A D | driver.c | 44 unsigned long startp; in _iommufd_alloc_mmap() local 60 rc = mtree_alloc_range(&ictx->mt_mmap, &startp, immap, immap->length, in _iommufd_alloc_mmap() 68 immap->vm_pgoff = startp >> PAGE_SHIFT; in _iommufd_alloc_mmap() 69 *offset = startp; in _iommufd_alloc_mmap()
|
/linux/drivers/net/ethernet/8390/ |
H A D | 8390.c | 83 void NS8390_init(struct net_device *dev, int startp) in NS8390_init() argument 85 __NS8390_init(dev, startp); in NS8390_init()
|
H A D | 8390.h | 35 void NS8390_init(struct net_device *dev, int startp); 53 void NS8390p_init(struct net_device *dev, int startp);
|
H A D | lib8390.c | 112 static void __NS8390_init(struct net_device *dev, int startp); 1009 * @startp: boolean. non-zero value to initiate chip processing 1014 static void __NS8390_init(struct net_device *dev, int startp) in __NS8390_init() argument 1061 if (startp) { in __NS8390_init()
|
H A D | axnet_cs.c | 103 static void AX88190_init(struct net_device *dev, int startp); 1621 * @startp: boolean. non-zero value to initiate chip processing 1626 static void AX88190_init(struct net_device *dev, int startp) in AX88190_init() argument 1676 if (startp) in AX88190_init()
|
/linux/include/linux/ |
H A D | maple_tree.h | 332 int mtree_alloc_range(struct maple_tree *mt, unsigned long *startp, 335 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp, 338 int mtree_alloc_rrange(struct maple_tree *mt, unsigned long *startp, 524 int mas_alloc_cyclic(struct ma_state *mas, unsigned long *startp,
|
/linux/fs/xfs/scrub/ |
H A D | xfarray.c | 578 void *startp; in xfarray_foliosort() local 596 startp = folio_address(folio) + offset_in_folio(folio, lo_pos); in xfarray_foliosort() 597 sort(startp, hi - lo + 1, si->array->obj_size, si->cmp_fn, NULL); in xfarray_foliosort()
|
/linux/drivers/scsi/ |
H A D | ncr53c8xx.c | 1569 u32 startp; /* Initial data pointer */ member 4304 cp->startp = cp->phys.header.savep; in ncr_queue_command() 6375 u32 startp; in ncr_sir_to_redo() local 6423 cp->phys.header.savep = cp->startp; in ncr_sir_to_redo() 6474 startp = cpu_to_scr(NCB_SCRIPTH_PHYS (np, sdata_in)); in ncr_sir_to_redo() 6476 cp->phys.header.savep = startp; in ncr_sir_to_redo() 6477 cp->phys.header.goalp = startp + 24; in ncr_sir_to_redo() 6478 cp->phys.header.lastp = startp; in ncr_sir_to_redo() 6479 cp->phys.header.wgoalp = startp + 24; in ncr_sir_to_redo() 6480 cp->phys.header.wlastp = startp; in ncr_sir_to_redo() [all...] |
/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.c | 3032 u32 startp; local 3143 startp = SCRIPTB_BA(np, sdata_in); 3145 cp->phys.head.savep = cpu_to_scr(startp); 3146 cp->phys.head.lastp = cpu_to_scr(startp); 3147 cp->startp = cpu_to_scr(startp); 3148 cp->goalp = cpu_to_scr(startp + 16); 3876 if (cp->startp == cp->phys.head.lastp ||
|
H A D | sym_hipd.h | 776 u32 startp; /* Initial data pointer */ member
|
/linux/lib/ |
H A D | maple_tree.c | 4354 * @startp: Pointer to ID. 4365 int mas_alloc_cyclic(struct ma_state *mas, unsigned long *startp, in mas_alloc_cyclic() argument 4393 *startp = mas->index; in mas_alloc_cyclic() 4394 *next = *startp + 1; in mas_alloc_cyclic() 6452 int mtree_alloc_range(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_range() argument 6482 *startp = mas.index; in mtree_alloc_range() 6494 * @startp: Pointer to ID. 6514 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_cyclic() argument 6527 ret = mas_alloc_cyclic(&mas, startp, entry, range_lo, range_hi, in mtree_alloc_cyclic() 6534 int mtree_alloc_rrange(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_rrange() argument [all...] |
H A D | vsprintf.c | 78 static unsigned long long simple_strntoull(const char *startp, char **endp, unsigned int base, size_t max_chars) in simple_strntoull() argument 85 cp = _parse_integer_fixup_radix(startp, &base); in simple_strntoull() 86 prefix_chars = cp - startp; in simple_strntoull() 93 cp = startp + max_chars; in simple_strntoull()
|
/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 1681 static void get_function_bounds(unsigned long pc, unsigned long *startp, in get_function_bounds() argument 1687 *startp = *endp = 0; in get_function_bounds() 1695 *startp = pc - offset; in get_function_bounds()
|