Home | Sort by: relevance | last modified time | path |
/src/sys/arch/x86/x86/ | |
pmap.c | 4830 pt_entry_t bit_rem, bit_put; local in function:pmap_write_protect 4846 bit_put = 0; 4848 bit_put = pmap_pg_nx; 4888 npte = (opte & ~bit_rem) | bit_put; |
pmap.c | 4830 pt_entry_t bit_rem, bit_put; local in function:pmap_write_protect 4846 bit_put = 0; 4848 bit_put = pmap_pg_nx; 4888 npte = (opte & ~bit_rem) | bit_put; |
pmap.c | 4830 pt_entry_t bit_rem, bit_put; local in function:pmap_write_protect 4846 bit_put = 0; 4848 bit_put = pmap_pg_nx; 4888 npte = (opte & ~bit_rem) | bit_put; |