Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/arm64/
H A Dsmccc_filter.c65 static void set_smccc_filter(struct kvm_vm *vm, u32 start, u32 nr_functions, in set_smccc_filter() function
180 set_smccc_filter(vm, PSCI_0_2_FN64_CPU_ON, 1, KVM_SMCCC_FILTER_DENY); in test_filter_overlap()
210 set_smccc_filter(vm, PSCI_0_2_FN_PSCI_VERSION, 1, KVM_SMCCC_FILTER_DENY); in test_filter_denied()
248 set_smccc_filter(vm, PSCI_0_2_FN_PSCI_VERSION, 1, KVM_SMCCC_FILTER_FWD_TO_USER); in test_filter_fwd_to_user()