HomeSort by: relevance | last modified time | path
    Searched defs:bit_put (Results 1 - 3 of 3) sorted by relevancy

  /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;

Completed in 43 milliseconds