/netbsd-src/sys/arch/arm/arm/ |
H A D | cpufunc_asm_sheeva.S | 66 mcr p15, 5, r0, c15, c15, 0 /* Clean and inv zone start address */ 67 mcr p15, 5, r2, c15, c15, 1 /* Clean and inv zone end address */ 108 mcr p15, 5, r0, c15, c14, 0 /* Inv zone start address */ 109 mcr p15, 5, r2, c15, c14, 1 /* Inv zone end address */ 150 mcr p15, 5, r0, c15, c13, 0 /* Clean zone start address */ 151 mcr p15, 5, r2, c15, c13, 1 /* Clean zone end address */ 192 mcr p15, 5, r0, c15, c15, 0 /* Clean and inv zone start address */ 193 mcr p15, 5, r2, c15, c15, 1 /* Clean and inv zone end address */ 243 mcr p15, 1, r0, c15, c9, 4 /* Clean L2 zone start address */ 244 mcr p15, 1, r2, c15, c9, 5 /* Clean L2 zone end address */ [all …]
|
H A D | cpufunc_asm_pj4b.S | 65 mrc p15, 1, r0, c15, c1, 0 69 mcr p15, 1, r0, c15, c1, 0 72 mrc p15, 1, r0, c15, c1, 1 76 mcr p15, 1, r0, c15, c1, 1 79 mrc p15, 1, r0, c15, c1, 2 86 mcr p15, 1, r0, c15, c1, 2 89 mrc p15, 1, r0, c15, c2, 0 @ get FMC0 100 mcr p15, 1, r0, c15, c2, 0
|
H A D | cpufunc_asm_sa11x0.S | 89 mcr p15, 0, r0, c15, c2, 2 /* disable clock switching */ 91 mcr p15, 0, r0, c15, c8, 2 /* wait for interrupt
|
H A D | cpufunc_asm_arm8.S | 43 mrc p15, 0, r3, c15, c0, 0 /* Read the clock register */ 46 mcr p15, 0, r2, c15, c0, 0 /* Write clock register */ 53 mcr p15, 0, r1, c15, c0, 0 /* Write clock register */ 58 mcr p15, 0, r2, c15, c0, 0 /* Write clock register */
|
/netbsd-src/sys/arch/evbarm/ixm1200/ |
H A D | ixm1200_start.S | 103 mcr p15, 0, r0, c15, c0 ,0 /* DBAR = 0 */ 104 mcr p15, 0, r0, c15, c1 ,0 /* DBVR = 0 */ 105 mcr p15, 0, r0, c15, c2 ,0 /* DBMR = 0 */ 106 mcr p15, 0, r0, c15, c3 ,0 /* DBCR = 0 (never watch) */ 107 mcr p15, 0, r0, c15, c8 ,0 /* IBCR = 0 (never watch) */
|
/netbsd-src/sys/arch/evbarm/marvell/ |
H A D | marvell_start.S | 159 mrc p15, 1, r5, c15, c1, 0 @ Get Marvell Extra Features Register 161 mcr p15, 1, r5, c15, c1, 0
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | edit-context.c | 1377 location_t c15 = linemap_position_for_column (line_table, 15); in test_applying_fixits_multiple() local 1398 replace_b.add_fixit_replace (source_range::from_locations (c11, c15), in test_applying_fixits_multiple() 1710 location_t c15 = linemap_position_for_column (line_table, 15); in test_applying_fixits_column_validation() local 1718 richloc.add_fixit_insert_before (c15, " change"); in test_applying_fixits_column_validation() 1725 if (c15 <= LINE_MAP_MAX_LOCATION_WITH_COLS) in test_applying_fixits_column_validation() 1768 source_range range = source_range::from_locations (c11, c15); in test_applying_fixits_column_validation()
|
H A D | diagnostic-show-locus.c | 4084 const location_t c15 = linemap_position_for_column (line_table, 15); in test_fixit_consolidation() local 4095 richloc.add_fixit_insert_before (c15, "bar"); in test_fixit_consolidation() 4097 if (c15 > LINE_MAP_MAX_LOCATION_WITH_COLS) in test_fixit_consolidation() 4109 richloc.add_fixit_replace (source_range::from_locations (c15, c17), in test_fixit_consolidation() 4123 richloc.add_fixit_replace (source_range::from_locations (c10, c15), in test_fixit_consolidation() 4138 richloc.add_fixit_replace (source_range::from_locations (c10, c15), in test_fixit_consolidation() 4154 richloc.add_fixit_replace (source_range::from_locations (c10, c15), in test_fixit_consolidation() 4176 richloc.add_fixit_replace (source_range::from_locations (c10, c15), in test_fixit_consolidation() 4198 richloc.add_fixit_remove (source_range::from_locations (c10, c15)); in test_fixit_consolidation()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | edit-context.cc | 1383 location_t c15 = linemap_position_for_column (line_table, 15); in test_applying_fixits_multiple() local 1404 replace_b.add_fixit_replace (source_range::from_locations (c11, c15), in test_applying_fixits_multiple() 1716 location_t c15 = linemap_position_for_column (line_table, 15); in test_applying_fixits_column_validation() local 1724 richloc.add_fixit_insert_before (c15, " change"); in test_applying_fixits_column_validation() 1731 if (c15 <= LINE_MAP_MAX_LOCATION_WITH_COLS) in test_applying_fixits_column_validation() 1774 source_range range = source_range::from_locations (c11, c15); in test_applying_fixits_column_validation()
|
H A D | diagnostic-show-locus.cc | 4559 const location_t c15 = linemap_position_for_column (line_table, 15); in test_fixit_consolidation() local 4570 richloc.add_fixit_insert_before (c15, "bar"); in test_fixit_consolidation() 4572 if (c15 > LINE_MAP_MAX_LOCATION_WITH_COLS) in test_fixit_consolidation() 4584 richloc.add_fixit_replace (source_range::from_locations (c15, c17), in test_fixit_consolidation() 4598 richloc.add_fixit_replace (source_range::from_locations (c10, c15), in test_fixit_consolidation() 4613 richloc.add_fixit_replace (source_range::from_locations (c10, c15), in test_fixit_consolidation() 4629 richloc.add_fixit_replace (source_range::from_locations (c10, c15), in test_fixit_consolidation() 4651 richloc.add_fixit_replace (source_range::from_locations (c10, c15), in test_fixit_consolidation() 4673 richloc.add_fixit_remove (source_range::from_locations (c10, c15)); in test_fixit_consolidation()
|
/netbsd-src/sys/external/bsd/acpica/dist/tests/misc/ |
H A D | converterSample.asl | 49 } //c15
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | crx.h | 69 c9, c10, c11, c12, c13, c14, c15, enumerator
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | crx.h | 69 c9, c10, c11, c12, c13, c14, c15, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonRegisterInfo.td | 171 def UPCYCLEHI: Rc<15, "upcyclehi", ["c15"]>, DwarfRegNum<[82]>; 189 def UPCYCLE: Rcc<14, "c15:14", [UPCYCLELO, UPCYCLEHI], ["upcycle"]>,
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-crx.c | 1216 if (arg->cr < c0 || arg->cr > c15) in print_operand()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-crx.c | 1216 if (arg->cr < c0 || arg->cr > c15) in print_operand()
|
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/ |
H A D | BtNetBSD | 960 EQUD %00011110000011110000111101010010 ; MCRNE cp15, 0, r0, c15, c2, 2 ; from Linux loader
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm-cpus.in | 1203 part c15
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm-cpus.in | 1225 part c15
|