MOS Source Code
Loading...
Searching...
No Matches
do_mask.c File Reference
+ Include dependency graph for do_mask.c:

Go to the source code of this file.

Functions

static void pml1e_do_mask_callback (pml1_t pml1, pml1e_t *e, ptr_t vaddr, void *data)
 

Variables

const pagetable_walk_options_t pagetable_do_mask_callbacks
 

Function Documentation

◆ pml1e_do_mask_callback()

static void pml1e_do_mask_callback ( pml1_t pml1,
pml1e_t * e,
ptr_t vaddr,
void * data )
static

Definition at line 7 of file do_mask.c.

+ Here is the call graph for this function:

Variable Documentation

◆ pagetable_do_mask_callbacks

const pagetable_walk_options_t pagetable_do_mask_callbacks
Initial value:
= {
.pml1e_callback = pml1e_do_mask_callback,
}
static void pml1e_do_mask_callback(pml1_t pml1, pml1e_t *e, ptr_t vaddr, void *data)
Definition do_mask.c:7

Definition at line 21 of file do_mask.c.

Referenced by mm_do_mask_flags().