Home
last modified time | relevance | path

Searched refs:area_size (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/meta-google/recipes-google/ipmi/ipmi-fru-sh/
H A Dlib.sh227 local area_size="${4-0}"
235 if (( area_size == 0 )); then
236 area_size=${area_arr[$IPMI_FRU_AREA_HEADER_SIZE_IDX]}
239 area_arr=($(read_bytes "$eeprom" "$offset" $((area_size*8)))) || return
/openbmc/linux/include/uapi/linux/
H A Dkcov.h13 __u32 area_size; /* Length of coverage buffer in words */ member
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst54 "<area_size>"
56 <area_size> sectors.
/openbmc/linux/arch/x86/kernel/
H A Dsetup.c261 u64 area_size = PAGE_ALIGN(ramdisk_size); in relocate_initrd() local
264 relocated_ramdisk = memblock_phys_alloc_range(area_size, PAGE_SIZE, 0, in relocate_initrd()
/openbmc/linux/kernel/
H A Dkcov.c639 if (remote_arg->area_size > LONG_MAX / sizeof(unsigned long)) in kcov_ioctl_locked()
646 kcov->remote_size = remote_arg->area_size; in kcov_ioctl_locked()
/openbmc/linux/Documentation/dev-tools/
H A Dkcov.rst296 __u32 area_size;
347 arg->area_size = COVER_SIZE;