gic_v3_its.cc (14231:222f6512335e) gic_v3_its.cc (14235:3c7ca56da5a1)
1/*
2 * Copyright (c) 2019 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

831 case GITS_IIDR:
832 value = gitsIidr;
833 break;
834
835 case GITS_TYPER:
836 value = gitsTyper;
837 break;
838
1/*
2 * Copyright (c) 2019 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

831 case GITS_IIDR:
832 value = gitsIidr;
833 break;
834
835 case GITS_TYPER:
836 value = gitsTyper;
837 break;
838
839 case GITS_TYPER + 4:
840 value = gitsTyper.high;
841 break;
842
839 case GITS_CBASER:
840 value = gitsCbaser;
841 break;
842
843 case GITS_CBASER + 4:
844 value = gitsCbaser.high;
845 break;
846

--- 435 unchanged lines hidden ---
843 case GITS_CBASER:
844 value = gitsCbaser;
845 break;
846
847 case GITS_CBASER + 4:
848 value = gitsCbaser.high;
849 break;
850

--- 435 unchanged lines hidden ---