Lines Matching defs:attrs
34 * @attrs: The accessibility attributes to program, eg. MIPS_MAAR_S. The
38 * specified by attrs to the range of addresses from lower to higher.
41 phys_addr_t upper, unsigned attrs)
49 attrs |= MIPS_MAAR_VL;
57 write_c0_maar(((upper >> 4) & MIPS_MAAR_ADDR) | attrs);
68 write_c0_maar((lower >> 4) | attrs);
92 * @attrs: The accessibility attributes to program, eg. MIPS_MAAR_S. The
96 * Registers - applying attributes from attrs to the range of physical
102 unsigned attrs;
122 write_maar_pair(i, cfg[i].lower, cfg[i].upper, cfg[i].attrs);