Searched refs:mtctl (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/arch/parisc/kernel/ |
D | head.S | 74 mtctl %r4,%cr24 /* Initialize kernel root pointer */ 75 mtctl %r4,%cr25 /* Initialize user root pointer */ 127 mtctl %r6,%cr30 219 mtctl %r6,%cr30 /* restore task thread info */ 235 mtctl %r0,%cr8 236 mtctl %r0,%cr9 237 mtctl %r0,%cr12 238 mtctl %r0,%cr13 251 mtctl %r10,%cr11 266 mtctl %r10,%cr14 [all …]
|
D | real2.S | 120 # define POP_CR(r, where) LDREG,mb -REG_SZ(where), %r1 ! mtctl %r1, r 170 mtctl %r0, %cr17 /* Clear IIASQ tail */ 171 mtctl %r0, %cr17 /* Clear IIASQ head */ 172 mtctl %r1, %cr18 /* IIAOQ head */ 174 mtctl %r1, %cr18 /* IIAOQ tail */ 176 mtctl %r1, %cr22 207 mtctl %r0, %cr17 /* Clear IIASQ tail */ 208 mtctl %r0, %cr17 /* Clear IIASQ head */ 209 mtctl %r1, %cr18 /* IIAOQ head */ 211 mtctl %r1, %cr18 /* IIAOQ tail */ [all …]
|
D | hpmc.S | 141 mtctl %r4,ipsw 142 mtctl %r0,pcsq 143 mtctl %r0,pcsq 145 mtctl %r4,pcoq 147 mtctl %r4,pcoq 250 mtctl %r4,%cr24 /* Initialize kernel root pointer */ 251 mtctl %r4,%cr25 /* Initialize user root pointer */
|
D | pacache.S | 64 mtctl %r0, %cr17 /* Clear IIASQ tail */ 65 mtctl %r0, %cr17 /* Clear IIASQ head */ 66 mtctl %r1, %cr18 /* IIAOQ head */ 68 mtctl %r1, %cr18 /* IIAOQ tail */ 70 mtctl %r1, %ipsw 175 mtctl %r0, %cr17 /* Clear IIASQ tail */ 176 mtctl %r0, %cr17 /* Clear IIASQ head */ 177 mtctl %r1, %cr18 /* IIAOQ head */ 179 mtctl %r1, %cr18 /* IIAOQ tail */ 182 mtctl %r1, %ipsw /* restore I-bit (entire PSW) */ [all …]
|
D | time.c | 118 mtctl(next_tick, 16); in timer_interrupt() 161 mtctl(next_tick, 16); /* kick off Interval Timer (CR16) */ in start_cpu_itimer()
|
D | perf_asm.S | 56 mtctl %r26,ccr ; turn on performance coprocessor 61 mtctl %r26,ccr ; turn off performance coprocessor 82 mtctl %r26,ccr ; turn on performance coprocessor 87 mtctl %r26,ccr ; turn off performance coprocessor
|
D | entry.S | 83 mtctl %r0, %cr17 /* Clear IIASQ tail */ 84 mtctl %r0, %cr17 /* Clear IIASQ head */ 85 mtctl %r1, %ipsw 87 mtctl %r1, %cr18 /* Set IIAOQ tail */ 89 mtctl %r1, %cr18 /* Set IIAOQ head */ 818 mtctl %r25,%cr30 821 mtctl %r0, %cr0 /* Needed for single stepping */ 1384 mtctl %r8,%ipsw 1760 mtctl %r3, %cr27 1914 mtctl %r2,%cr0 /* for immediate trap */
|
D | irq.c | 95 mtctl(mask, 23); in cpu_ack_irq() 600 mtctl(~0UL, 23); /* EIRR : clear all pending external intr */ in init_IRQ()
|
D | setup.c | 410 mtctl(coproc_cfg.ccr_functional, 10); in start_parisc()
|
D | processor.c | 336 mtctl(coproc_cfg.ccr_functional, 10); /* 10 == Coprocessor Control Reg */ in init_per_cpu()
|
D | signal.c | 379 mtctl(-1, 0); in setup_rt_frame()
|
D | syscall.S | 94 mtctl %r26, %cr27 /* move arg0 to the control register */
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | special_insns.h | 14 #define mtctl(gr, cr) \ macro 24 mtctl(val, 15); in set_eiem()
|
D | mmu_context.h | 50 mtctl(__space_to_prot(context), 8); in load_context() 57 mtctl(__pa(next->pgd), 25); in switch_mm_irqs_off()
|
D | assembly.h | 180 #define REST_CR(r, where) LDREG where, %r1 ! mtctl %r1, r 385 mtctl %r3, %cr27 429 mtctl %r3, %cr27 445 mtctl %r0, %cr17 449 mtctl %r0, %cr18
|