Searched defs:pkvm_module_ops (Results 1 – 1 of 1) sorted by relevance
230 struct pkvm_module_ops { struct231 int (*create_private_mapping)(phys_addr_t phys, size_t size,234 void *(*alloc_module_va)(u64 nr_pages);235 int (*map_module_page)(u64 pfn, void *va, enum kvm_pgtable_prot prot, bool is_protected);236 int (*register_serial_driver)(void (*hyp_putc_cb)(char));237 void (*putc)(char c);238 void (*puts)(const char *s);239 void (*putx64)(u64 x);240 void *(*fixmap_map)(phys_addr_t phys);241 void (*fixmap_unmap)(void);[all …]