Home | History | Annotate | Download | only in mips

Lines Matching refs:asid

640 	uint32_t asid;
647 "#", "MODE", "ADDR", "MASK", "ASID");
717 * if asid mode is requested, get the asid;
718 * otherwise use global mode (and set asid=0)
722 db_printf("asid missing\n");
726 asid = (uint32_t)(value & __BITS(7,0));
728 asid = 0;
742 cwp->cw_asid = asid;
919 "address <mask> <asid> </rwxma>", NULL) },