/Linux-v5.4/arch/xtensa/mm/ |
D | kasan_init.c | 38 static void __init populate(void *start, void *end) in populate() function 87 populate(kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
|
/Linux-v5.4/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-v5.4/mm/ |
D | util.c | 489 unsigned long populate; in vm_mmap_pgoff() local 497 &populate, &uf); in vm_mmap_pgoff() 500 if (populate) in vm_mmap_pgoff() 501 mm_populate(ret, populate); in vm_mmap_pgoff()
|
D | mmap.c | 200 bool populate; in SYSCALL_DEFINE1() local 278 populate = newbrk > oldbrk && (mm->def_flags & VM_LOCKED) != 0; in SYSCALL_DEFINE1() 284 if (populate) in SYSCALL_DEFINE1() 1400 unsigned long pgoff, unsigned long *populate, in do_mmap() argument 1406 *populate = 0; in do_mmap() 1581 *populate = len; in do_mmap() 2907 unsigned long populate = 0; in SYSCALL_DEFINE5() local 2986 prot, flags, pgoff, &populate, NULL); in SYSCALL_DEFINE5() 2990 if (populate) in SYSCALL_DEFINE5() 2991 mm_populate(ret, populate); in SYSCALL_DEFINE5() [all …]
|
D | nommu.c | 1101 unsigned long *populate, in do_mmap() argument 1110 *populate = 0; in do_mmap()
|
/Linux-v5.4/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 | hmm.rst | 114 To achieve this, HMM offers a set of helpers to populate the device page table 194 When the device driver wants to populate a range of virtual addresses, it can 317 Note that HMM will populate the pfns array with write permission for any page
|
D | unevictable-lru.rst | 171 might be), the lock action (eg: SHM_LOCK) can be lazy, and need not populate 351 allocate the huge pages and populate the ptes. 357 make_pages_present() to populate the ptes. 484 populate the page table.
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-firmware-efi | 38 populate BIOS setup page.
|
D | sysfs-bus-fcoe | 9 <ifname> to this file will allocate and populate sysfs with a
|
/Linux-v5.4/fs/jffs2/ |
D | TODO | 12 - make the scan code populate real inodes so read_inode just after
|
/Linux-v5.4/tools/perf/lib/Documentation/tutorial/ |
D | tutorial.rst | 91 The *NULL* argument asks it to populate the object with the current online CPUs list:
|
/Linux-v5.4/drivers/staging/fieldbus/Documentation/ |
D | fieldbus_dev.txt | 46 populate a 'struct fieldbus_dev' (from include/linux/fieldbus_dev.h).
|
/Linux-v5.4/ipc/ |
D | shm.c | 1432 unsigned long populate = 0; in do_shmat() local 1561 addr = do_mmap_pgoff(file, addr, size, prot, flags, 0, &populate, NULL); in do_shmat() 1568 if (populate) in do_shmat() 1569 mm_populate(addr, populate); in do_shmat()
|
/Linux-v5.4/Documentation/devicetree/bindings/ |
D | chosen.txt | 28 the Linux EFI stub (which will populate the property itself, using
|
/Linux-v5.4/net/sunrpc/ |
D | rpc_pipe.c | 737 int (*populate)(struct dentry *, void *), void *args_populate) in rpc_mkdir_populate() 750 if (populate != NULL) { in rpc_mkdir_populate() 751 error = populate(dentry, args_populate); in rpc_mkdir_populate()
|
/Linux-v5.4/Documentation/x86/ |
D | intel_txt.rst | 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-v5.4/drivers/infiniband/hw/mlx5/ |
D | mr.c | 1054 bool populate) in reg_create() argument 1073 if (populate) in reg_create() 1081 if (populate && !(access_flags & IB_ACCESS_ON_DEMAND)) in reg_create() 1090 MLX5_SET(mkc, mkc, free, !populate); in reg_create() 1107 if (populate) { in reg_create()
|
/Linux-v5.4/Documentation/networking/ |
D | devlink-trap.rst | 16 Without processing such packets, the bridge module could never populate its
|
D | ieee802154.rst | 87 To hook the MLME interface you have to populate the ml_priv field of your
|
D | segmentation-offloads.rst | 37 In order to support TCP segmentation offload it is necessary to populate
|
/Linux-v5.4/Documentation/PCI/endpoint/ |
D | pci-endpoint.rst | 48 * write_header: ops to populate configuration space header
|
/Linux-v5.4/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.rst | 155 Now we need to create a 'struct watchdog_device' and populate it with the
|
/Linux-v5.4/drivers/firmware/efi/ |
D | Kconfig | 191 RCI2 table contains BIOS HII in XML format and is used to populate
|
/Linux-v5.4/include/linux/ |
D | mm.h | 2335 vm_flags_t vm_flags, unsigned long pgoff, unsigned long *populate, 2345 unsigned long pgoff, unsigned long *populate, in do_mmap_pgoff() argument 2348 return do_mmap(file, addr, len, prot, flags, 0, pgoff, populate, uf); in do_mmap_pgoff()
|