Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c94 u32 **spm, *spp; in subpage_prot_clear() local
111 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() local
237 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 …]
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dspmobj-attributes.c209 ATTRIBUTE_SPM_N_PROPERTY_SHOW(is_enabled, spm);
/linux/arch/s390/tools/
H A Dopcodes.txt13 04 spm RR_R0
/linux/drivers/net/ethernet/sun/
H A Dniu.c7391 u16 sport, dport, spm, dpm; in niu_get_tcamkey_from_ip4fs() local
7418 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()
/linux/
H A DMAINTAINERS3303 F: drivers/cpuidle/cpuidle-qcom-spm.c