Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/
Dffa.c346 u32 nshared = __ffa_host_share_ranges(ranges, nranges); in ffa_host_share_ranges() local
349 if (nshared != nranges) { in ffa_host_share_ranges()
350 WARN_ON(__ffa_host_unshare_ranges(ranges, nshared) != nshared); in ffa_host_share_ranges()
/linux-6.12.1/arch/x86/kernel/cpu/
Dcacheinfo.c906 unsigned int apicid, nshared, first, last; in __cache_amd_cpumap_setup() local
908 nshared = base->eax.split.num_threads_sharing + 1; in __cache_amd_cpumap_setup()
910 first = apicid - (apicid % nshared); in __cache_amd_cpumap_setup()
911 last = first + nshared - 1; in __cache_amd_cpumap_setup()