Lines Matching refs:am
24 static int is_seg_am_mapped(unsigned int am, bool eu, int mmu_idx) in is_seg_am_mapped() argument
64 if ((adetlb_mask << am) < 0) { in is_seg_am_mapped()
71 return ((adetlb_mask << am) < 0); in is_seg_am_mapped()
80 unsigned int am, bool eu, in get_seg_physical_address() argument
84 int mapped = is_seg_am_mapped(am, eu, mmu_idx); in get_seg_physical_address()
106 unsigned int am = (segctl & CP0SC_AM_MASK) >> CP0SC_AM; in get_segctl_physical_address() local
111 access_type, mmu_idx, am, eu, segmask, in get_segctl_physical_address()
176 unsigned int am = CP0SC_AM_UK; in get_physical_address() local
180 am = (env->CP0_SegCtl1 & CP0SC1_XAM_MASK) >> CP0SC1_XAM; in get_physical_address()
183 if (env->CP0_Status & am_ksux[am]) { in get_physical_address()
186 mmu_idx, am, false, env->PAMask, in get_physical_address()