Home
last modified time | relevance | path

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

/freebsd/sys/arm64/arm64/
H A Dcpu_errata.c124 if (smccc_arch_features(SMCCC_ARCH_WORKAROUND_1) != SMCCC_RET_SUCCESS) in install_psci_bp_hardening()
151 if (smccc_arch_features(SMCCC_ARCH_WORKAROUND_2) != SMCCC_RET_SUCCESS) in install_ssbd_workaround()
/freebsd/sys/dev/psci/
H A Dsmccc.h79 #define SMCCC_RET_SUCCESS 0 macro
/freebsd/sys/dev/pci/
H A Dpci_host_generic_den0115.c189 0, &result) == SMCCC_RET_SUCCESS) { in pci_host_acpi_smccc_attach()