Searched full:populating (Results 1 – 25 of 74) sorted by relevance
123
/Linux-v5.15/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. 162 * structure. If any error in populating the structure, returns NULL. 251 * while populating, returns NULL.
|
/Linux-v5.15/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-v5.15/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 | 293 /* Populating READ should set softdirty. */ in test_softdirty() 299 /* Populating WRITE should set softdirty. */ in test_softdirty()
|
/Linux-v5.15/Documentation/filesystems/nfs/ |
D | rpc-cache.rst | 140 Populating a cache 147 for communicating between kernel and user for populating the cache.
|
/Linux-v5.15/drivers/acpi/ |
D | irq.c | 146 * Handle a matching IRQ resource by populating the given ctx with 229 * the appropriate ACPI IRQ resource and populating the given struct irq_fwspec
|
/Linux-v5.15/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-v5.15/include/linux/ |
D | of_platform.h | 44 /* Macro to simplify populating a lookup table */
|
/Linux-v5.15/arch/powerpc/platforms/powernv/ |
D | opal-fadump.h | 74 /* ID numbers used by f/w while populating certain registers */
|
/Linux-v5.15/drivers/soc/samsung/ |
D | exynos-pmu.c | 143 dev_err(dev, "Error populating children, reboot and poweroff might not work properly\n"); in exynos_pmu_probe()
|
/Linux-v5.15/Documentation/driver-api/acpi/ |
D | scan_handlers.rst | 28 information from the device objects represented by them and populating them with
|
/Linux-v5.15/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-v5.15/arch/riscv/mm/ |
D | kasan_init.c | 104 * the page table, otherwise, if we did set the PGD before populating in kasan_populate_pmd()
|
/Linux-v5.15/Documentation/vm/ |
D | memory-model.rst | 156 for smaller granularity of populating the `mem_map`. Given that
|
/Linux-v5.15/drivers/md/ |
D | dm-log-userspace-transfer.c | 164 * before populating to ensure that no unwanted bits leak
|
/Linux-v5.15/Documentation/hid/ |
D | amd-sfh-hid.rst | 111 | | by Populating| | |
|
/Linux-v5.15/arch/powerpc/platforms/pseries/ |
D | hvCall.S | 84 * We branch around this in early init (eg when populating the MMU
|
/Linux-v5.15/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-v5.15/arch/mips/include/asm/ |
D | pgtable-32.h | 47 * starting at the top and working down. This is for populating the
|
/Linux-v5.15/drivers/mmc/host/ |
D | cavium-octeon.c | 278 dev_err(&pdev->dev, "Error populating slots\n"); in octeon_mmc_probe()
|
/Linux-v5.15/drivers/misc/cxl/ |
D | fault.c | 74 pr_devel("CXL Populating SST[%li]: %#llx %#llx\n", in cxl_load_segment()
|
/Linux-v5.15/arch/arm/mach-omap1/ |
D | devices.c | 341 * (b) Populating board-specific platform_data with the data drivers
|
/Linux-v5.15/tools/testing/kunit/ |
D | kunit_kernel.py | 75 print('Populating config with:\n$', ' '.join(command))
|
/Linux-v5.15/tools/testing/selftests/kvm/ |
D | access_tracking_perf_test.c | 343 access_memory(vm, vcpus, ACCESS_WRITE, "Populating memory"); in run_test()
|
123