/Linux-v4.19/arch/xtensa/mm/ |
D | kasan_init.c | 38 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/ |
D | mpx.c | 49 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/ |
D | util.c | 350 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()
|
D | mmap.c | 198 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 …]
|
D | nommu.c | 1174 unsigned long *populate, in do_mmap() argument 1183 *populate = 0; in do_mmap()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | skeleton64.dtsi | 5 * bootloader will typically populate the memory node.
|
D | skeleton.dtsi | 8 * add a compatible value. The bootloader will typically populate the memory
|
/Linux-v4.19/Documentation/vm/ |
D | mmu_notifier.rst | 45 DEV-thread-0 {read addrA and populate device TLB} 46 DEV-thread-2 {read addrB and populate device TLB}
|
D | unevictable-lru.rst | 167 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.
|
D | hmm.rst | 114 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/ |
D | mmu_context_iommu.c | 204 goto populate; in mm_iommu_get() 217 populate: in mm_iommu_get()
|
/Linux-v4.19/fs/jffs2/ |
D | TODO | 12 - make the scan code populate real inodes so read_inode just after
|
/Linux-v4.19/ipc/ |
D | shm.c | 1406 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/ |
D | chosen.txt | 28 the Linux EFI stub (which will populate the property itself, using
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-fcoe | 9 <ifname> to this file will allocate and populate sysfs with a
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | mr.c | 1132 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/ |
D | rpc_pipe.c | 738 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/ |
D | intel_txt.txt | 144 - 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/ |
D | ieee802154.txt | 62 To hook the MLME interface you have to populate the ml_priv field of your
|
D | segmentation-offloads.txt | 31 In order to support TCP segmentation offload it is necessary to populate
|
/Linux-v4.19/include/linux/ |
D | mm.h | 2287 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/ |
D | pci-endpoint.txt | 42 * write_header: ops to populate configuration space header
|
/Linux-v4.19/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 153 Now we need to create a 'struct watchdog_device' and populate it with the
|
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpc5200.txt | 81 Recommended soc5200 child nodes; populate as needed for your board
|
/Linux-v4.19/Documentation/filesystems/ |
D | fiemap.txt | 222 fiemap_fill_next_extent() will use the passed values to populate the
|