Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ cp15_ats1cur_check
Function
cp15_ats1cur_check
freebsd/arm/include/cpu-v6.h:667–674 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
665
}
666
667
static __inline int
668
cp15_ats1cur_check(vm_offset_t addr)
669
{
670
671
cp15_ats1cur_set(addr);
672
isb();
673
return (cp15_par_get() & 0x01 ? EFAULT : 0);
674
}
675
676
static __inline int
677
cp15_ats1cuw_check(vm_offset_t addr)
Callers
1
pmap_fault
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected