Home
last modified time | relevance | path

Searched refs:p_end (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/include/linux/
Dmemblock.h162 p_start, p_end, p_nid) \ argument
164 p_start, p_end, p_nid); \
167 p_start, p_end, p_nid))
182 p_start, p_end, p_nid) \ argument
185 p_start, p_end, p_nid); \
188 p_start, p_end, p_nid))
199 #define for_each_reserved_mem_region(i, p_start, p_end) \ argument
200 for (i = 0UL, __next_reserved_mem_region(&i, p_start, p_end); \
202 __next_reserved_mem_region(&i, p_start, p_end))
235 #define for_each_mem_pfn_range(i, nid, p_start, p_end, p_nid) \ argument
[all …]
/Linux-v5.4/arch/s390/include/asm/
Dmem_detect.h67 #define for_each_mem_detect_block(i, p_start, p_end) \ argument
68 for (i = 0, __get_mem_detect_block(i, p_start, p_end); \
70 i++, __get_mem_detect_block(i, p_start, p_end))
/Linux-v5.4/arch/powerpc/boot/
Dcrt0.S29 p_end: .8byte _end label
41 p_end: .long _end label
124 lwz r8,p_end-p_base(r10)
207 ld r8,p_end-p_base(r10)
/Linux-v5.4/arch/nds32/mm/
Dproc.c411 unsigned long p_end = __pa(end); in cpu_l2cache_op() local
417 p_end = (p_end + line_size - 1) & (~(line_size - 1)); in cpu_l2cache_op()
426 } while (p_end > p_start); in cpu_l2cache_op()
/Linux-v5.4/drivers/media/firewire/
Dfiredtv-fw.c105 char *p, *p_end; in handle_iso() local
116 p_end = p + length; in handle_iso()
118 for (p += CIP_HEADER_SIZE + MPEG2_TS_HEADER_SIZE; p < p_end; in handle_iso()
/Linux-v5.4/sound/soc/stm/
Dstm32_spdifrx.c254 u32 *p_end = p_start + (2 * SPDIFRX_CS_BYTES_NB) - 1; in stm32_spdifrx_dma_complete() local
266 while (ptr <= p_end) { in stm32_spdifrx_dma_complete()
272 if (ptr > p_end) { in stm32_spdifrx_dma_complete()
280 if (ptr > p_end) { in stm32_spdifrx_dma_complete()
/Linux-v5.4/arch/powerpc/kernel/
Dhead_64.S658 p_end: .8byte _end - copy_to_here label
665 addis r8,r26,(ABS_ADDR(p_end))@ha
666 ld r8,(ABS_ADDR(p_end))@l(r8)
/Linux-v5.4/arch/x86/mm/
Dinit_64.c1448 static void __meminitdata *p_start, *p_end; variable
1492 if (p_end != p || node_start != node) { in vmemmap_populate_hugepages()
1495 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_hugepages()
1502 p_end = p + PMD_SIZE; in vmemmap_populate_hugepages()
1608 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_print_last()
1610 p_end = NULL; in vmemmap_populate_print_last()
/Linux-v5.4/include/uapi/linux/
Dnilfs2_api.h177 __u64 p_end; member
/Linux-v5.4/tools/perf/util/
Ddwarf-aux.c1198 bool p_end; in die_get_postprologue_addr() local
1210 dwarf_lineprologueend(line, &p_end)) in die_get_postprologue_addr()
1218 if (p_end) in die_get_postprologue_addr()
/Linux-v5.4/drivers/parisc/
Dsba_iommu.c1737 long *p_end = (long *) &(sba_dev->ioc[i].res_map[idx_end]); in sba_common_init() local
1740 while (p_start < p_end) in sba_common_init()
/Linux-v5.4/fs/nilfs2/
Dioctl.c705 cpfile, periods[i].p_start, periods[i].p_end); in nilfs_ioctl_delete_checkpoints()