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.c1039 bool is_emulated; in smc_find_ism_v2_device_clnt() local
1051 is_emulated = __smc_ism_is_emulated(chid); in smc_find_ism_v2_device_clnt()
1054 if (is_emulated && entry == SMCD_CLC_MAX_V2_GID_ENTRIES) in smc_find_ism_v2_device_clnt()
1066 entry = is_emulated ? entry + 2 : entry + 1; in smc_find_ism_v2_device_clnt()
/linux/arch/arm64/kernel/
H A Dcpufeature.c3657 static inline bool __attribute_const__ is_emulated(u32 id) in is_emulated() function
3694 if (!is_emulated(id)) in emulate_sys_reg()