Home
last modified time | relevance | path

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

/linux/net/smc/
H A Daf_smc.c1070 bool is_emulated; in smc_find_ism_v2_device_clnt() local
1082 is_emulated = __smc_ism_is_emulated(chid); in smc_find_ism_v2_device_clnt()
1085 if (is_emulated && entry == SMCD_CLC_MAX_V2_GID_ENTRIES) in smc_find_ism_v2_device_clnt()
1097 entry = is_emulated ? entry + 2 : entry + 1; in smc_find_ism_v2_device_clnt()
/linux/arch/arm64/kernel/
H A Dcpufeature.c4078 static inline bool __attribute_const__ is_emulated(u32 id) in is_emulated() function
4115 if (!is_emulated(id)) in emulate_sys_reg()