Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/kvm/aarch64/
Dpsci_cpu_on_test.c43 uint64_t lowest_affinity_level) in psci_affinity_info() argument
47 register uint64_t x2 asm("x2") = lowest_affinity_level; in psci_affinity_info()
/Linux-v5.15/arch/arm64/kvm/
Dpsci.c128 unsigned long lowest_affinity_level; in kvm_psci_vcpu_affinity_info() local
133 lowest_affinity_level = smccc_get_arg2(vcpu); in kvm_psci_vcpu_affinity_info()
139 target_affinity_mask = psci_affinity_mask(lowest_affinity_level); in kvm_psci_vcpu_affinity_info()
/Linux-v5.15/include/linux/
Dpsci.h31 unsigned long lowest_affinity_level);
/Linux-v5.15/drivers/firmware/psci/
Dpsci.c244 unsigned long lowest_affinity_level) in psci_affinity_info() argument
247 target_affinity, lowest_affinity_level, 0); in psci_affinity_info()