Searched full:populating (Results 1 – 25 of 83) sorted by relevance
1234
/Linux-v6.1/arch/riscv/mm/ |
D | kasan_init.c | 29 * In addition, when shallow populating a kasan region (for example vmalloc), 90 * the page table, otherwise, if we did set the PGD before populating in kasan_populate_pmd() 108 * mapping address but it is not mapped yet, but when populating in kasan_populate_pud() 109 * early_pg_dir, we need the physical address and when populating in kasan_populate_pud() 151 * the page table, otherwise, if we did set the PGD before populating in kasan_populate_pud() 170 * mapping address but it is not mapped yet, but when populating in kasan_populate_p4d() 171 * early_pg_dir, we need the physical address and when populating in kasan_populate_p4d() 209 * the page table, otherwise, if we did set the P4D before populating in kasan_populate_p4d()
|
/Linux-v6.1/drivers/memory/ |
D | of_memory.c | 25 * structure. If any error in populating the structure, returns 102 * while populating, returns default timings provided by JEDEC. 163 * structure. If any error in populating the structure, returns NULL. 254 * while populating, returns NULL. 313 * happened while populating, returns NULL. If property is missing
|
/Linux-v6.1/arch/x86/kernel/cpu/ |
D | topology.c | 4 * exists, use it for populating initial_apicid and cpu topology 89 * exists, use it for populating initial_apicid and cpu topology
|
/Linux-v6.1/tools/testing/selftests/vm/ |
D | write_to_hugetlbfs.c | 140 printf("Not populating.\n"); in main() 142 printf("Populating.\n"); in main()
|
D | madv_populate.c | 260 /* Populating READ should set softdirty. */ in test_softdirty() 266 /* Populating WRITE should set softdirty. */ in test_softdirty()
|
/Linux-v6.1/Documentation/filesystems/nfs/ |
D | rpc-cache.rst | 140 Populating a cache 147 for communicating between kernel and user for populating the cache.
|
/Linux-v6.1/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux.yaml | 19 populating the i2c child busses. If an 'i2c-mux' subnode is present, only
|
D | i2c.txt | 32 populating I2C devices. If the 'i2c-bus' subnode is present, only
|
/Linux-v6.1/drivers/acpi/ |
D | irq.c | 154 * Handle a matching IRQ resource by populating the given ctx with 239 * the appropriate ACPI IRQ resource and populating the given struct irq_fwspec
|
/Linux-v6.1/include/linux/ |
D | of_platform.h | 44 /* Macro to simplify populating a lookup table */
|
/Linux-v6.1/arch/powerpc/platforms/powernv/ |
D | opal-fadump.h | 74 /* ID numbers used by f/w while populating certain registers */
|
/Linux-v6.1/Documentation/driver-api/acpi/ |
D | scan_handlers.rst | 28 information from the device objects represented by them and populating them with
|
/Linux-v6.1/drivers/soc/samsung/ |
D | exynos-pmu.c | 145 dev_err(dev, "Error populating children, reboot and poweroff might not work properly\n"); in exynos_pmu_probe()
|
/Linux-v6.1/Documentation/mm/ |
D | unevictable-lru.rst | 347 hugetlbfs ranges, allocating the huge pages and populating the PTEs. 352 these ranges, populating the PTEs if not already populated. 355 includes these ranges, populating the PTEs if not already populated.
|
D | memory-model.rst | 156 for smaller granularity of populating the `mem_map`. Given that
|
/Linux-v6.1/arch/s390/mm/ |
D | vmem.c | 108 * previously unused range (esp., when populating consecutive sections). in vmemmap_use_sub_pmd() 133 * We want to avoid memset(PAGE_UNUSED) when populating the vmemmap of in vmemmap_use_new_sub_pmd()
|
/Linux-v6.1/include/drm/ttm/ |
D | ttm_tt.h | 191 * @ctx: operation context for populating the tt object.
|
/Linux-v6.1/Documentation/hid/ |
D | amd-sfh-hid.rst | 111 | | by Populating| | |
|
/Linux-v6.1/mm/kasan/ |
D | hw_tags.c | 288 * unpoison memory when populating shadow for vmalloc() space. in __kasan_unpoison_vmalloc()
|
/Linux-v6.1/drivers/md/ |
D | dm-log-userspace-transfer.c | 164 * before populating to ensure that no unwanted bits leak
|
/Linux-v6.1/arch/powerpc/platforms/pseries/ |
D | hvCall.S | 84 * We branch around this in early init (eg when populating the MMU
|
/Linux-v6.1/arch/powerpc/platforms/52xx/ |
D | mpc52xx_common.c | 105 pr_err(__FILE__ ": Error while populating devices from DT\n"); in mpc52xx_declare_of_platform_devices()
|
/Linux-v6.1/arch/mips/include/asm/ |
D | pgtable-32.h | 47 * starting at the top and working down. This is for populating the
|
/Linux-v6.1/drivers/mmc/host/ |
D | cavium-octeon.c | 278 dev_err(&pdev->dev, "Error populating slots\n"); in octeon_mmc_probe()
|
/Linux-v6.1/drivers/misc/cxl/ |
D | fault.c | 74 pr_devel("CXL Populating SST[%li]: %#llx %#llx\n", in cxl_load_segment()
|
1234