Home
last modified time | relevance | path

Searched refs:kho_scratch (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/liveupdate/
H A Dkexec_handover.c516 struct kho_scratch *kho_scratch; variable
659 size = kho_scratch_cnt * sizeof(*kho_scratch); in kho_reserve_scratch()
660 kho_scratch = memblock_alloc(size, PAGE_SIZE); in kho_reserve_scratch()
661 if (!kho_scratch) { in kho_reserve_scratch()
678 kho_scratch[i].addr = addr; in kho_reserve_scratch()
679 kho_scratch[i].size = size; in kho_reserve_scratch()
690 kho_scratch[i].addr = addr; in kho_reserve_scratch()
691 kho_scratch[i].size = size; in kho_reserve_scratch()
708 kho_scratch[i].addr = addr; in kho_reserve_scratch()
709 kho_scratch[i].size = size; in kho_reserve_scratch()
[all …]
H A Dkexec_handover_debug.c17 scratch_start = kho_scratch[i].addr; in kho_scratch_overlap()
18 scratch_end = kho_scratch[i].addr + kho_scratch[i].size; in kho_scratch_overlap()
H A Dkexec_handover_internal.h22 extern struct kho_scratch *kho_scratch;
H A Dkexec_handover_debugfs.c99 seq_printf(m, "0x%llx\n", kho_scratch[i].addr); in scratch_phys_show()
108 seq_printf(m, "0x%llx\n", kho_scratch[i].size); in scratch_len_show()
/linux/arch/x86/boot/compressed/
H A Dkaslr.c769 struct kho_scratch *kho_scratch; in process_kho_entries() local
781 kho_scratch = (void *)(unsigned long)kho->scratch_addr; in process_kho_entries()
782 nr_areas = kho->scratch_size / sizeof(*kho_scratch); in process_kho_entries()
793 struct kho_scratch *area = &kho_scratch[i]; in process_kho_entries()
/linux/Documentation/admin-guide/mm/
H A Dkho.rst23 parameter. You may use ``kho_scratch`` parameter to define size of the
24 scratch regions. For example ``kho_scratch=16M,512M,256M`` will reserve a
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt3022 kho_scratch= [KEXEC,EARLY]