Lines Matching defs:mode
872 enum vmalloc64_mode mode)
882 if (mode != not_refill && check_for_high_segbits) {
905 if (mode != not_refill && check_for_high_segbits) {
908 if (mode == refill_scratch && scratch_reg >= 0)
928 if (mode == refill_scratch) {
1654 unsigned int mode, unsigned int scratch)
1656 unsigned int hwmode = mode & (_PAGE_VALID | _PAGE_DIRTY);
1657 unsigned int swmode = mode & ~hwmode;
1664 uasm_i_ori(p, pte, pte, mode);
1762 unsigned int mode = _PAGE_VALID | _PAGE_ACCESSED;
1764 iPTE_SW(p, r, pte, ptr, mode, scratch);
1802 unsigned int mode = (_PAGE_ACCESSED | _PAGE_MODIFIED | _PAGE_VALID
1805 iPTE_SW(p, r, pte, ptr, mode, scratch);