Searched refs:spm (Results 1 – 5 of 5) sorted by relevance
94 u32 **spm, *spp; in subpage_prot_clear() local111 spm = spt->low_prot; in subpage_prot_clear()113 spm = spt->protptrs[addr >> SBP_L3_SHIFT]; in subpage_prot_clear()114 if (!spm) in subpage_prot_clear()117 spp = spm[(addr >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_prot_clear()189 u32 **spm, *spp; in SYSCALL_DEFINE3() local237 spm = spt->low_prot; in SYSCALL_DEFINE3()239 spm = spt->protptrs[addr >> SBP_L3_SHIFT]; in SYSCALL_DEFINE3()240 if (!spm) { in SYSCALL_DEFINE3()241 spm = (u32 **)get_zeroed_page(GFP_KERNEL); in SYSCALL_DEFINE3()[all …]
209 ATTRIBUTE_SPM_N_PROPERTY_SHOW(is_enabled, spm);
13 04 spm RR_R0
7391 u16 sport, dport, spm, dpm; in niu_get_tcamkey_from_ip4fs() local7418 spm = be16_to_cpu(fsp->m_u.tcp_ip4_spec.psrc); in niu_get_tcamkey_from_ip4fs()7423 tp->key_mask[2] |= (((u64)spm << 16) | dpm); in niu_get_tcamkey_from_ip4fs()
3303 F: drivers/cpuidle/cpuidle-qcom-spm.c