Home
last modified time | relevance | path

Searched refs:area_size (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dkcov.h13 __u32 area_size; /* Length of coverage buffer in words */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dkcov.h13 __u32 area_size; /* Length of coverage buffer in words */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dkcov.h24 __u32 area_size; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dkcov.h24 __u32 area_size; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/kernel/
H A Dkcov.c634 if (remote_arg->area_size > LONG_MAX / sizeof(unsigned long)) in kcov_ioctl_locked()
640 kcov->remote_size = remote_arg->area_size; in kcov_ioctl_locked()
/kernel/linux/linux-6.6/kernel/
H A Dkcov.c630 if (remote_arg->area_size > LONG_MAX / sizeof(unsigned long)) in kcov_ioctl_locked()
636 kcov->remote_size = remote_arg->area_size; in kcov_ioctl_locked()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds