MCPcopy 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
667static __inline int
668cp15_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
676static __inline int
677cp15_ats1cuw_check(vm_offset_t addr)

Callers 1

pmap_faultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected