Home
last modified time | relevance | path

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

12

/Linux-v5.4/arch/xtensa/mm/
Dkasan_init.c38 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/
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-v5.4/mm/
Dutil.c489 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()
Dmmap.c200 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 …]
Dnommu.c1101 unsigned long *populate, in do_mmap() argument
1110 *populate = 0; in do_mmap()
/Linux-v5.4/Documentation/vm/
Dmmu_notifier.rst45 DEV-thread-0 {read addrA and populate device TLB}
46 DEV-thread-2 {read addrB and populate device TLB}
Dhmm.rst114 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
Dunevictable-lru.rst171 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/
Dsysfs-firmware-efi38 populate BIOS setup page.
Dsysfs-bus-fcoe9 <ifname> to this file will allocate and populate sysfs with a
/Linux-v5.4/fs/jffs2/
DTODO12 - make the scan code populate real inodes so read_inode just after
/Linux-v5.4/tools/perf/lib/Documentation/tutorial/
Dtutorial.rst91 The *NULL* argument asks it to populate the object with the current online CPUs list:
/Linux-v5.4/drivers/staging/fieldbus/Documentation/
Dfieldbus_dev.txt46 populate a 'struct fieldbus_dev' (from include/linux/fieldbus_dev.h).
/Linux-v5.4/ipc/
Dshm.c1432 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/
Dchosen.txt28 the Linux EFI stub (which will populate the property itself, using
/Linux-v5.4/net/sunrpc/
Drpc_pipe.c737 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/
Dintel_txt.rst144 - 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/
Dmr.c1054 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/
Ddevlink-trap.rst16 Without processing such packets, the bridge module could never populate its
Dieee802154.rst87 To hook the MLME interface you have to populate the ml_priv field of your
Dsegmentation-offloads.rst37 In order to support TCP segmentation offload it is necessary to populate
/Linux-v5.4/Documentation/PCI/endpoint/
Dpci-endpoint.rst48 * write_header: ops to populate configuration space header
/Linux-v5.4/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.rst155 Now we need to create a 'struct watchdog_device' and populate it with the
/Linux-v5.4/drivers/firmware/efi/
DKconfig191 RCI2 table contains BIOS HII in XML format and is used to populate
/Linux-v5.4/include/linux/
Dmm.h2335 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()

12