Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tee/optee/
H A Dsmc_abi.c1522 int hp_state; in optee_load_fw() local
1585 hp_state = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "optee:probe", in optee_load_fw()
1587 if (hp_state < 0) { in optee_load_fw()
1591 cpuhp_remove_state(hp_state); in optee_load_fw()