tlb.cc (3836:659b8c627478) tlb.cc (3856:8815ad4f0661)
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 561 unchanged lines hidden (view full) ---

570 panic("Little Endian ASIs not supported\n");
571 if (AsiIsBlock(asi))
572 panic("Block ASIs not supported\n");
573 if (AsiIsNoFault(asi))
574 panic("No Fault ASIs not supported\n");
575 if (write && asi == ASI_LDTX_P)
576 // block init store (like write hint64)
577 goto continueDtbFlow;
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 561 unchanged lines hidden (view full) ---

570 panic("Little Endian ASIs not supported\n");
571 if (AsiIsBlock(asi))
572 panic("Block ASIs not supported\n");
573 if (AsiIsNoFault(asi))
574 panic("No Fault ASIs not supported\n");
575 if (write && asi == ASI_LDTX_P)
576 // block init store (like write hint64)
577 goto continueDtbFlow;
578 if (!write && asi == ASI_QUAD_LDD)
579 goto continueDtbFlow;
580
578 if (AsiIsTwin(asi))
579 panic("Twin ASIs not supported\n");
580 if (AsiIsPartialStore(asi))
581 panic("Partial Store ASIs not supported\n");
582 if (AsiIsInterrupt(asi))
583 panic("Interrupt ASIs not supported\n");
584
585 if (AsiIsMmu(asi))

--- 493 unchanged lines hidden ---
581 if (AsiIsTwin(asi))
582 panic("Twin ASIs not supported\n");
583 if (AsiIsPartialStore(asi))
584 panic("Partial Store ASIs not supported\n");
585 if (AsiIsInterrupt(asi))
586 panic("Interrupt ASIs not supported\n");
587
588 if (AsiIsMmu(asi))

--- 493 unchanged lines hidden ---