Home
last modified time | relevance | path

Searched refs:kho_vmalloc_chunk (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/kho/abi/
H A Dkexec_handover.h148 DECLARE_KHOSER_PTR(next, struct kho_vmalloc_chunk *);
161 struct kho_vmalloc_chunk { struct
166 static_assert(sizeof(struct kho_vmalloc_chunk) == PAGE_SIZE); argument
174 DECLARE_KHOSER_PTR(first, struct kho_vmalloc_chunk *);
/linux/kernel/liveupdate/
H A Dkexec_handover.c974 static struct kho_vmalloc_chunk *new_vmalloc_chunk(struct kho_vmalloc_chunk *cur) in new_vmalloc_chunk()
976 struct kho_vmalloc_chunk *chunk; in new_vmalloc_chunk()
979 chunk = (struct kho_vmalloc_chunk *)get_zeroed_page(GFP_KERNEL); in new_vmalloc_chunk()
995 static void kho_vmalloc_unpreserve_chunk(struct kho_vmalloc_chunk *chunk, in kho_vmalloc_unpreserve_chunk()
1026 struct kho_vmalloc_chunk *chunk; in kho_preserve_vmalloc()
1086 struct kho_vmalloc_chunk *chunk = KHOSER_LOAD_PTR(preservation->first); in kho_unpreserve_vmalloc()
1089 struct kho_vmalloc_chunk *tmp = chunk; in kho_unpreserve_vmalloc()
1111 struct kho_vmalloc_chunk *chunk = KHOSER_LOAD_PTR(preservation->first); in kho_restore_vmalloc()