MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pte2_attr

Function pte2_attr

freebsd/arm/include/pmap_var.h:383–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383static __inline u_int
384pte2_attr(pt2_entry_t pte2)
385{
386
387 return ((u_int)(pte2 & PTE2_ATTR_MASK));
388}
389
390/*
391 * Virtual interface for L2 page tables mapping management.

Callers 1

pmap_qenterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected