Searched refs:mtctl (Results 1 – 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/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 | relocate_kernel.S | 62 mtctl %r0, %cr17 /* IIASQ */ 63 mtctl %r0, %cr17 /* IIASQ */ 64 mtctl %r1, %cr18 /* IIAOQ */ 66 mtctl %r1, %cr18 /* IIAOQ */ 69 mtctl %r1, %cr22 /* IPSW */ 71 mtctl %r0, %cr22 /* IPSW */ 133 mtctl %r0, %cr15
|
D | hpmc.S | 128 mtctl %r4,ipsw 129 mtctl %r0,pcsq 130 mtctl %r0,pcsq 132 mtctl %r4,pcoq 134 mtctl %r4,pcoq 237 mtctl %r4,%cr24 /* Initialize kernel root pointer */ 238 mtctl %r4,%cr25 /* Initialize user root pointer */
|
D | pacache.S | 52 mtctl %r0, %cr17 /* Clear IIASQ tail */ 53 mtctl %r0, %cr17 /* Clear IIASQ head */ 54 mtctl %r1, %cr18 /* IIAOQ head */ 56 mtctl %r1, %cr18 /* IIAOQ tail */ 58 mtctl %r1, %ipsw 164 mtctl %r0, %cr17 /* Clear IIASQ tail */ 165 mtctl %r0, %cr17 /* Clear IIASQ head */ 166 mtctl %r1, %cr18 /* IIAOQ head */ 168 mtctl %r1, %cr18 /* IIAOQ tail */ 171 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 | kgdb.c | 200 mtctl(-1, 0); in kgdb_arch_handle_exception() 202 mtctl(0, 0); in kgdb_arch_handle_exception()
|
D | perf_asm.S | 43 mtctl %r26,ccr ; turn on performance coprocessor 48 mtctl %r26,ccr ; turn off performance coprocessor 69 mtctl %r26,ccr ; turn on performance coprocessor 74 mtctl %r26,ccr ; turn off performance coprocessor
|
D | entry.S | 67 mtctl %r0, %cr17 /* Clear IIASQ tail */ 68 mtctl %r0, %cr17 /* Clear IIASQ head */ 69 mtctl %r1, %ipsw 71 mtctl %r1, %cr18 /* Set IIAOQ tail */ 73 mtctl %r1, %cr18 /* Set IIAOQ head */ 807 mtctl %r25,%cr30 810 mtctl %r0, %cr0 /* Needed for single stepping */ 1380 mtctl %r8,%ipsw 1757 mtctl %r3, %cr27 1911 mtctl %r2,%cr0 /* for immediate trap */ [all …]
|
D | irq.c | 82 mtctl(mask, 23); in cpu_ack_irq() 590 mtctl(~0UL, 23); /* EIRR : clear all pending external intr */ in init_IRQ()
|
D | kprobes.c | 77 mtctl(0, 0); in setup_singlestep()
|
D | setup.c | 399 mtctl(coproc_cfg.ccr_functional, 10); in start_parisc()
|
D | processor.c | 332 mtctl(coproc_cfg.ccr_functional, 10); /* 10 == Coprocessor Control Reg */ in init_per_cpu()
|
D | signal.c | 383 mtctl(-1, 0); in setup_rt_frame()
|
D | syscall.S | 94 mtctl %r26, %cr27 /* move arg0 to the control register */
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | special_insns.h | 42 #define mtctl(gr, cr) \ macro 52 mtctl(val, 15); in set_eiem()
|
D | mmu_context.h | 48 mtctl(__space_to_prot(context), 8); in load_context() 55 mtctl(__pa(next->pgd), 25); in switch_mm_irqs_off()
|
D | assembly.h | 160 #define REST_CR(r, where) LDREG where, %r1 ! mtctl %r1, r 365 mtctl %r3, %cr27 409 mtctl %r3, %cr27 425 mtctl %r0, %cr17 429 mtctl %r0, %cr18
|