Home
last modified time | relevance | path

Searched refs:scratch_size (Results 1 – 5 of 5) sorted by relevance

/arch/riscv/kernel/
A Dmodule-sections.c122 size_t scratch_size = 0; in module_frob_arch_sections() local
169 if (scratch_size_needed > scratch_size) { in module_frob_arch_sections()
170 scratch_size = scratch_size_needed; in module_frob_arch_sections()
171 scratch = kvrealloc(scratch, scratch_size, GFP_KERNEL); in module_frob_arch_sections()
/arch/x86/include/uapi/asm/
A Dsetup_data.h89 __u64 scratch_size; member
/arch/x86/kernel/
A Dkexec-bzimage64.c263 kho->scratch_size = image->kho.scratch->bufsz; in setup_kho()
A Dsetup.c470 kho_populate(kho->fdt_addr, kho->fdt_size, kho->scratch_addr, kho->scratch_size); in add_kho()
/arch/x86/boot/compressed/
A Dkaslr.c782 nr_areas = kho->scratch_size / sizeof(*kho_scratch); in process_kho_entries()

Completed in 11 milliseconds