Home | History | Annotate | Download | only in mips

Lines Matching defs:access

39    access (IorD) to find the contents of AccessLength memory bytes
44 processor. If the memory access type of the reference is uncached
46 within the memory element. If the access type is cached, and the
265 address_word access = AccessLength_WORD;
266 address_word reverseendian = (ReverseEndian ? (mask ^ access) : 0);
267 address_word bigendiancpu = (BigEndianCPU ? (mask ^ access) : 0);
272 if ((vaddr & access) != 0)
275 LoadMemory (&memval, NULL, access, paddr, vaddr, isINSTRUCTION, isREAL);
289 address_word access = AccessLength_HALFWORD;
290 address_word reverseendian = (ReverseEndian ? (mask ^ access) : 0);
291 address_word bigendiancpu = (BigEndianCPU ? (mask ^ access) : 0);
296 if ((vaddr & access) != 0)
299 LoadMemory (&memval, NULL, access, paddr, vaddr, isINSTRUCTION, isREAL);