Home
last modified time | relevance | path

Searched refs:populate (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v4.19/arch/xtensa/mm/
Dkasan_init.c38 static void __init populate(void *start, void *end) in populate() function
81 populate(kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
/Linux-v4.19/arch/x86/mm/
Dmpx.c49 unsigned long addr, populate; in mpx_mmap() local
57 MAP_ANONYMOUS | MAP_PRIVATE, VM_MPX, 0, &populate, NULL); in mpx_mmap()
59 if (populate) in mpx_mmap()
60 mm_populate(addr, populate); in mpx_mmap()
/Linux-v4.19/mm/
Dutil.c350 unsigned long populate; in vm_mmap_pgoff() local
358 &populate, &uf); in vm_mmap_pgoff()
361 if (populate) in vm_mmap_pgoff()
362 mm_populate(ret, populate); in vm_mmap_pgoff()
Dmmap.c198 bool populate; in SYSCALL_DEFINE1() local
253 populate = newbrk > oldbrk && (mm->def_flags & VM_LOCKED) != 0; in SYSCALL_DEFINE1()
256 if (populate) in SYSCALL_DEFINE1()
1362 unsigned long pgoff, unsigned long *populate, in do_mmap() argument
1368 *populate = 0; in do_mmap()
1539 *populate = len; in do_mmap()
2823 unsigned long populate = 0; in SYSCALL_DEFINE5() local
2902 prot, flags, pgoff, &populate, NULL); in SYSCALL_DEFINE5()
2906 if (populate) in SYSCALL_DEFINE5()
2907 mm_populate(ret, populate); in SYSCALL_DEFINE5()
[all …]
Dnommu.c1174 unsigned long *populate, in do_mmap() argument
1183 *populate = 0; in do_mmap()
/Linux-v4.19/arch/arm/boot/dts/
Dskeleton64.dtsi5 * bootloader will typically populate the memory node.
Dskeleton.dtsi8 * add a compatible value. The bootloader will typically populate the memory
/Linux-v4.19/Documentation/vm/
Dmmu_notifier.rst45 DEV-thread-0 {read addrA and populate device TLB}
46 DEV-thread-2 {read addrB and populate device TLB}
Dunevictable-lru.rst167 might be), the lock action (eg: SHM_LOCK) can be lazy, and need not populate
347 allocate the huge pages and populate the ptes.
353 make_pages_present() to populate the ptes.
480 populate the page table.
Dhmm.rst114 To achieve this, HMM offers a set of helpers to populate the device page table
189 When the device driver wants to populate a range of virtual addresses, it can
/Linux-v4.19/arch/powerpc/mm/
Dmmu_context_iommu.c204 goto populate; in mm_iommu_get()
217 populate: in mm_iommu_get()
/Linux-v4.19/fs/jffs2/
DTODO12 - make the scan code populate real inodes so read_inode just after
/Linux-v4.19/ipc/
Dshm.c1406 unsigned long populate = 0; in do_shmat() local
1535 addr = do_mmap_pgoff(file, addr, size, prot, flags, 0, &populate, NULL); in do_shmat()
1542 if (populate) in do_shmat()
1543 mm_populate(addr, populate); in do_shmat()
/Linux-v4.19/Documentation/devicetree/bindings/
Dchosen.txt28 the Linux EFI stub (which will populate the property itself, using
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-fcoe9 <ifname> to this file will allocate and populate sysfs with a
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmr.c1132 bool populate) in reg_create() argument
1151 if (populate) in reg_create()
1159 if (populate && !(access_flags & IB_ACCESS_ON_DEMAND)) in reg_create()
1168 MLX5_SET(mkc, mkc, free, !populate); in reg_create()
1185 if (populate) { in reg_create()
/Linux-v4.19/net/sunrpc/
Drpc_pipe.c738 int (*populate)(struct dentry *, void *), void *args_populate) in rpc_mkdir_populate()
751 if (populate != NULL) { in rpc_mkdir_populate()
752 error = populate(dentry, args_populate); in rpc_mkdir_populate()
/Linux-v4.19/Documentation/
Dintel_txt.txt144 - Tboot will populate a shared page with some data about itself and
165 populate the shared page with the ACPI data needed to put the
/Linux-v4.19/Documentation/networking/
Dieee802154.txt62 To hook the MLME interface you have to populate the ml_priv field of your
Dsegmentation-offloads.txt31 In order to support TCP segmentation offload it is necessary to populate
/Linux-v4.19/include/linux/
Dmm.h2287 vm_flags_t vm_flags, unsigned long pgoff, unsigned long *populate,
2295 unsigned long pgoff, unsigned long *populate, in do_mmap_pgoff() argument
2298 return do_mmap(file, addr, len, prot, flags, 0, pgoff, populate, uf); in do_mmap_pgoff()
/Linux-v4.19/Documentation/PCI/endpoint/
Dpci-endpoint.txt42 * write_header: ops to populate configuration space header
/Linux-v4.19/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt153 Now we need to create a 'struct watchdog_device' and populate it with the
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/
Dmpc5200.txt81 Recommended soc5200 child nodes; populate as needed for your board
/Linux-v4.19/Documentation/filesystems/
Dfiemap.txt222 fiemap_fill_next_extent() will use the passed values to populate the

12