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

Function sysctl_kmaps_match

freebsd/arm64/arm64/pmap.c:7074–7079  ·  view source on GitHub ↗

* Determine whether the attributes specified by a page table entry match those * being tracked by the current range. */

Source from the content-addressed store, hash-verified

7072 * being tracked by the current range.
7073 */
7074static bool
7075sysctl_kmaps_match(struct pmap_kernel_map_range *range, pt_entry_t attrs)
7076{
7077
7078 return (range->attrs == attrs);
7079}
7080
7081static void
7082sysctl_kmaps_reinit(struct pmap_kernel_map_range *range, vm_offset_t va,

Callers 1

sysctl_kmaps_checkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected