Home
last modified time | relevance | path

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

1234567

/openbmc/linux/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh153 local populate="$3"
269 local populate="$2"
399 for populate in "" "-o"; do
423 echo private=$private, populate=$populate, method=$method, reserve=$reserve
429 if [[ "$populate" == "-o" ]]; then
452 echo private=$private, populate=$populate, method=$method, reserve=$reserve
472 echo private=$private, populate=$populate, method=$method, reserve=$reserve
489 echo private=$private, populate=$populate, method=$method, reserve=$reserve
505 echo private=$private, populate=$populate, method=$method, reserve=$reserve
507 "$populate" "" "10" "10" "10" \
[all …]
H A Dwrite_to_hugetlbfs.c73 int populate = 0; in main() local
101 populate = 1; in main()
139 if (!populate) in main()
173 (populate ? MAP_POPULATE : 0) | in main()
187 MAP_HUGETLB | (populate ? MAP_POPULATE : 0) | in main()
H A Dwrite_hugetlb_memory.sh7 populate=$2
22 ./write_to_hugetlbfs -p "$path" -s "$size" "$write" "$populate" -m "$method" \
/openbmc/pldm/libpldmresponder/examples/fru/
H A DBoard_VINI.json15 // D-Bus property to read and populate the FRU field
25 // D-Bus property to read and populate the FRU field
H A DCpu_General.json15 // D-Bus property to read and populate the FRU field
25 // D-Bus property to read and populate the FRU field
H A DBoard_General.json15 // D-Bus property to read and populate the FRU field
25 // D-Bus property to read and populate the FRU field
/openbmc/linux/arch/xtensa/mm/
H A Dkasan_init.c35 static void __init populate(void *start, void *end) in populate() function
85 populate(kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmap_init.c39 int *map_fd, int populate) in setup() argument
64 err = map_populate(*map_fd, populate); in setup()
/openbmc/openbmc/poky/meta/recipes-core/initscripts/
H A Dinitscripts_1.0.bb29 file://populate-volatile.sh \
104 install -m 0755 ${WORKDIR}/populate-volatile.sh ${D}${sysconfdir}/init.d
149 update-rc.d -r ${D} populate-volatile.sh start 37 S .
156 # populate-volatile.sh
170 populate-volatile \
/openbmc/u-boot/arch/x86/dts/
H A Dskeleton.dtsi3 * add a compatible value. The bootloader will typically populate the memory
/openbmc/u-boot/arch/arm/dts/
H A Dskeleton.dtsi3 * add a compatible value. The bootloader will typically populate the memory
H A Dskeleton64.dtsi4 * bootloader will typically populate the memory node.
/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager-assettag/
H A Dassettag.yaml4 Create /system at startup and populate the AssetTag property with
/openbmc/u-boot/arch/mips/dts/
H A Dskeleton.dtsi4 * add a compatible value. The bootloader will typically populate the memory
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/
H A Dlibdevmapper_2.03.22.bb1 # Break circular dependencies, only populate sysroot (header,
/openbmc/openbmc/poky/meta/recipes-extended/sysstat/
H A Dsysstat_12.7.5.bb67 if [ -e /etc/init.d/populate-volatile.sh ]; then
68 /etc/init.d/populate-volatile.sh update
/openbmc/u-boot/arch/arc/dts/
H A Dskeleton.dtsi3 * add a compatible value. The bootloader will typically populate the memory
/openbmc/openbmc-test-automation/ffdc/templates/
H A Denv_vars_template.yaml6 # var1, var2, var3 and so on you can add and populate as needed.
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsdk.py38 def populate(self): member in Sdk
135 cls.PkgSdk(d, manifest_dir).populate()
/openbmc/openbmc/poky/meta/recipes-connectivity/resolvconf/
H A Dresolvconf_1.92.bb61 elif [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then
62 ${sysconfdir}/init.d/populate-volatile.sh update
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/
H A Dradvd_2.19.bb68 if [ -z "$D" -a -x /etc/init.d/populate-volatile.sh ]; then
69 /etc/init.d/populate-volatile.sh update
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_base.bbclass34 PACKAGE_ARCHS:append:task-populate-sdk = " sdk-provides-dummy-target"
46 SDKDEPLOYDIR = "${WORKDIR}/${SDKMACHINE}-deploy-${PN}-populate-sdk"
48 B:task-populate-sdk = "${SDK_DIR}"
156 POPULATE_SDK_POST_TARGET_COMMAND:append:task-populate-sdk = " write_target_sdk_manifest sdk_prune_…
157 POPULATE_SDK_POST_HOST_COMMAND:append:task-populate-sdk = " write_host_sdk_manifest"
210 SSTATE_SKIP_CREATION:task-populate-sdk = '1'
/openbmc/openbmc/poky/meta/recipes-sato/images/
H A Dcore-image-sato.bb14 TOOLCHAIN_HOST_TASK:remove:task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/
H A Dlmbench_3.0-a9.bb92 elif [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then
93 ${sysconfdir}/init.d/populate-volatile.sh update
/openbmc/linux/mm/
H A Dutil.c549 unsigned long populate; in vm_mmap_pgoff() local
556 ret = do_mmap(file, addr, len, prot, flag, 0, pgoff, &populate, in vm_mmap_pgoff()
560 if (populate) in vm_mmap_pgoff()
561 mm_populate(ret, populate); in vm_mmap_pgoff()

1234567