AArch64 EL2 hypervisor for QEMU virt that boots at EL2
1

Configure Feed

Select the types of activity you want to include in your feed.

ariel / include / hv / psci.h
153 B 9 lines
1#ifndef HV_PSCI_H 2#define HV_PSCI_H 3 4#include "hv/vcpu.h" 5 6bool psci_handle_call(struct vcpu *vcpu, uint64_t function_id); 7void psci_dump(void); 8 9#endif