Lines Matching +full:2 +full:- +full:way
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
20 ; Calculate set index for 2-way MMU
21 ; -avoiding use of GetIndex from MMU
22 ; and its unpleasant LFSR pseudo-random sequence
26 ; -- jh_ex_way_set not cleared on startup
30 ; -- should be in cache since in same line
38 or.nz r0,r0,1 ; set way bit
44 ; JH hack #2
45 ; Faster than hack #1 in non-thrash case, but hard-coded for 2-way MMU
47 ; Inefficient due to two-register paradigm of this miss handler
52 and.f r0,r0,0x000fe000 /* 2-way MMU mask */
53 bne 88f /* not in same set - no need to probe */
57 ; lr r1,[ARC_REG_TLBPD0] /* Data VPN+ASID - already in r1 from TLB_RELOAD*/
82 bmsk r1,r3,7 /* Data ASID, bits 7-0 */