Lines Matching full:protected
26 * The currently loaded hyp vCPU for each physical CPU. Used in protected mode
27 * for both protected and non-protected VMs.
132 * enabled for protected VMs.
138 /* No AArch32 support for protected guests. */ in pkvm_check_pvm_cpu_features()
159 * Initialize trap register values in protected mode.
173 /* Trust the host for non-protected vcpu features. */ in pkvm_vcpu_init_traps()
219 * A table that tracks all VMs in protected mode.
337 /* CTR_EL0 is always under host control, even for protected VMs. */ in pkvm_init_features_from_host()
343 /* No restrictions for non-protected VMs. */ in pkvm_init_features_from_host()
530 * Initializing protected state might have failed, yet a malicious in allocate_vm_table_entry()
554 * Initializing protected state might have failed, yet a malicious in __insert_vm_table_entry()
654 * Reserves an entry in the hypervisor for a new VM in protected mode.