Home
last modified time | relevance | path

Searched defs:p_start (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/include/linux/
H A Dmemblock.h167 #define for_each_physmem_range(i, type, p_start, p_end) \ argument
186 p_start, p_end, p_nid) \ argument
206 p_start, p_end, p_nid) \ argument
220 #define for_each_mem_range(i, p_start, p_end) \ argument
232 #define for_each_mem_range_rev(i, p_start, p_end) \ argument
246 #define for_each_reserved_mem_range(i, p_start, p_end) \ argument
285 #define for_each_mem_pfn_range(i, nid, p_start, p_end, p_nid) \ argument
307 #define for_each_free_mem_pfn_range_in_zone(i, zone, p_start, p_end) \ argument
325 #define for_each_free_mem_pfn_range_in_zone_from(i, zone, p_start, p_end) \ argument
345 #define for_each_free_mem_range(i, nid, flags, p_start, p_end, p_nid) \ argument
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Dphysmem_info.h96 #define for_each_physmem_usable_range(i, p_start, p_end) \ argument
100 #define for_each_physmem_online_range(i, p_start, p_end) \ argument
135 #define for_each_physmem_reserved_type_range(t, range, p_start, p_end) \ argument
158 #define for_each_physmem_reserved_range(t, range, p_start, p_end) \ argument
/openbmc/linux/arch/powerpc/boot/
H A Dcrt0.S27 p_start: .8byte _start label
39 p_start: .long _start label
/openbmc/linux/mm/kmsan/
H A Dinit.c76 phys_addr_t p_start, p_end; in kmsan_init_shadow() local
/openbmc/linux/arch/riscv/mm/
H A Dkasan_init.c477 phys_addr_t p_start, p_end; in kasan_init() local
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c286 u32 *p_start, in fill_init_enet_entries()
325 u32 *p_start, in return_init_enet_entries()
359 u32 __iomem *p_start, in dump_init_enet_entries()
/openbmc/linux/kernel/
H A Dcrash_core.c427 unsigned long long start, end, p_start, p_end; in crash_exclude_mem_range() local
/openbmc/linux/include/uapi/linux/
H A Dnilfs2_api.h176 __u64 p_start; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h186 u64 p_start = vmm->managed.p.addr; in nvkm_vmm_in_managed_range() local
/openbmc/qemu/accel/tcg/
H A Duser-exec.c353 target_ulong p_start, p_last; in pageflags_set_clear() local
/openbmc/linux/sound/soc/stm/
H A Dstm32_spdifrx.c255 u32 *p_start = (u32 *)spdifrx->dmab->area; in stm32_spdifrx_dma_complete() local
/openbmc/linux/drivers/parisc/
H A Dsba_iommu.c1749 long *p_start = (long *) &(sba_dev->ioc[i].res_map[idx_start]); in sba_common_init() local
/openbmc/linux/arch/x86/mm/
H A Dinit_64.c1496 static void __meminitdata *p_start, *p_end; variable
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dcmtdef.h455 u_short p_start ; /* first bit pos */ member
/openbmc/linux/security/apparmor/
H A Dapparmorfs.c2213 static void *p_start(struct seq_file *f, loff_t *pos) in p_start() function
/openbmc/linux/kernel/trace/
H A Dtrace_events.c1500 static void *p_start(struct seq_file *m, loff_t *pos) in p_start() function
/openbmc/linux/lib/
H A Dmaple_tree.c6929 unsigned long p_end, p_start = mas->min; in mas_validate_gaps() local