Home
last modified time | relevance | path

Searched refs:REG (Results 1 – 25 of 25) sorted by relevance

/arch/m68k/lib/
Dmulsi3.S61 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) macro
67 #define d0 REG (d0)
68 #define d1 REG (d1)
69 #define d2 REG (d2)
70 #define d3 REG (d3)
71 #define d4 REG (d4)
72 #define d5 REG (d5)
73 #define d6 REG (d6)
74 #define d7 REG (d7)
75 #define a0 REG (a0)
[all …]
Dumodsi3.S61 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) macro
67 #define d0 REG (d0)
68 #define d1 REG (d1)
69 #define d2 REG (d2)
70 #define d3 REG (d3)
71 #define d4 REG (d4)
72 #define d5 REG (d5)
73 #define d6 REG (d6)
74 #define d7 REG (d7)
75 #define a0 REG (a0)
[all …]
Dmodsi3.S63 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) macro
69 #define d0 REG (d0)
70 #define d1 REG (d1)
71 #define d2 REG (d2)
72 #define d3 REG (d3)
73 #define d4 REG (d4)
74 #define d5 REG (d5)
75 #define d6 REG (d6)
76 #define d7 REG (d7)
77 #define a0 REG (a0)
[all …]
Ddivsi3.S63 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) macro
69 #define d0 REG (d0)
70 #define d1 REG (d1)
71 #define d2 REG (d2)
72 #define d3 REG (d3)
73 #define d4 REG (d4)
74 #define d5 REG (d5)
75 #define d6 REG (d6)
76 #define d7 REG (d7)
77 #define a0 REG (a0)
[all …]
Dudivsi3.S61 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) macro
67 #define d0 REG (d0)
68 #define d1 REG (d1)
69 #define d2 REG (d2)
70 #define d3 REG (d3)
71 #define d4 REG (d4)
72 #define d5 REG (d5)
73 #define d6 REG (d6)
74 #define d7 REG (d7)
75 #define a0 REG (a0)
[all …]
/arch/sparc/include/asm/
Dasm.h14 #define BRANCH_REG_ZERO(PREDICT, REG, DEST) \ argument
15 brz,PREDICT REG, DEST
16 #define BRANCH_REG_ZERO_ANNUL(PREDICT, REG, DEST) \ argument
17 brz,a,PREDICT REG, DEST
18 #define BRANCH_REG_NOT_ZERO(PREDICT, REG, DEST) \ argument
19 brnz,PREDICT REG, DEST
20 #define BRANCH_REG_NOT_ZERO_ANNUL(PREDICT, REG, DEST) \ argument
21 brnz,a,PREDICT REG, DEST
27 #define BRANCH_REG_ZERO(PREDICT, REG, DEST) \ argument
28 cmp REG, 0; \
[all …]
Dtrap_block.h118 #define __GET_CPUID(REG) \ argument
120 661: ldxa [%g0] ASI_UPA_CONFIG, REG; \
121 srlx REG, 17, REG; \
122 and REG, 0x1f, REG; \
128 ldxa [%g0] ASI_SAFARI_CONFIG, REG; \
129 srlx REG, 17, REG; \
130 and REG, 0x3ff, REG; \
133 ldxa [%g0] ASI_JBUS_CONFIG, REG; \
134 srlx REG, 17, REG; \
135 and REG, 0x1f, REG; \
[all …]
Dtsb.h77 #define TSB_LOAD_QUAD(TSB, REG) \ argument
78 661: ldda [TSB] ASI_NUCLEUS_QUAD_LDD, REG; \
81 ldda [TSB] ASI_QUAD_LDD_PHYS, REG; \
82 ldda [TSB] ASI_QUAD_LDD_PHYS_4V, REG; \
85 #define TSB_LOAD_TAG_HIGH(TSB, REG) \ argument
86 661: lduwa [TSB] ASI_N, REG; \
89 lduwa [TSB] ASI_PHYS_USE_EC, REG; \
92 #define TSB_LOAD_TAG(TSB, REG) \ argument
93 661: ldxa [TSB] ASI_N, REG; \
96 ldxa [TSB] ASI_PHYS_USE_EC, REG; \
/arch/mips/ar7/
Dirq.c33 #define REG(addr) ((u32 *)(KSEG1ADDR(AR7_REGS_IRQ) + addr)) macro
42 REG(ESR_OFFSET(d->irq - ar7_irq_base))); in ar7_unmask_irq()
48 REG(ECR_OFFSET(d->irq - ar7_irq_base))); in ar7_mask_irq()
54 REG(CR_OFFSET(d->irq - ar7_irq_base))); in ar7_ack_irq()
59 writel(1 << (d->irq - ar7_irq_base - 40), REG(SEC_ESR_OFFSET)); in ar7_unmask_sec_irq()
64 writel(1 << (d->irq - ar7_irq_base - 40), REG(SEC_ECR_OFFSET)); in ar7_mask_sec_irq()
69 writel(1 << (d->irq - ar7_irq_base - 40), REG(SEC_CR_OFFSET)); in ar7_ack_sec_irq()
98 writel(0xffffffff, REG(ECR_OFFSET(0))); in ar7_irq_init()
99 writel(0xff, REG(ECR_OFFSET(32))); in ar7_irq_init()
100 writel(0xffffffff, REG(SEC_ECR_OFFSET)); in ar7_irq_init()
[all …]
/arch/arm64/kernel/
Dhw_breakpoint.c59 #define READ_WB_REG_CASE(OFF, N, REG, VAL) \ argument
61 AARCH64_DBG_READ(N, REG, VAL); \
64 #define WRITE_WB_REG_CASE(OFF, N, REG, VAL) \ argument
66 AARCH64_DBG_WRITE(N, REG, VAL); \
69 #define GEN_READ_WB_REG_CASES(OFF, REG, VAL) \ argument
70 READ_WB_REG_CASE(OFF, 0, REG, VAL); \
71 READ_WB_REG_CASE(OFF, 1, REG, VAL); \
72 READ_WB_REG_CASE(OFF, 2, REG, VAL); \
73 READ_WB_REG_CASE(OFF, 3, REG, VAL); \
74 READ_WB_REG_CASE(OFF, 4, REG, VAL); \
[all …]
/arch/arm64/include/asm/
Dhw_breakpoint.h99 #define AARCH64_DBG_READ(N, REG, VAL) do {\ argument
100 VAL = read_sysreg(dbg##REG##N##_el1);\
103 #define AARCH64_DBG_WRITE(N, REG, VAL) do {\ argument
104 write_sysreg(VAL, dbg##REG##N##_el1);\
/arch/sparc/net/
Dbpf_jit_comp_32.c68 #define SETHI(K, REG) \ argument
69 (F2(0, 0x4) | RD(REG) | (((K) >> 10) & 0x3fffff))
70 #define OR_LO(K, REG) \ argument
71 (F3(2, 0x02) | IMMED | RS1(REG) | ((K) & 0x3ff) | RD(REG))
121 #define emit_clear(REG) \ argument
123 *prog++ = OR | RS1(G0) | RS2(G0) | RD(REG); \
126 #define emit_set_const(K, REG) \ argument
128 *prog++ = SETHI(K, REG); \
130 *prog++ = OR_LO(K, REG); \
220 #define emit_load_cpu(REG) \ argument
[all …]
Dbpf_jit_comp_64.c136 #define SETHI(K, REG) \ argument
137 (F2(0, 0x4) | RD(REG) | (((K) >> 10) & 0x3fffff))
138 #define OR_LO(K, REG) \ argument
139 (F3(2, 0x02) | IMMED | RS1(REG) | ((K) & 0x3ff) | RD(REG))
643 #define emit_read_y(REG, CTX) emit(RD_Y | RD(REG), CTX) argument
644 #define emit_write_y(REG, CTX) emit(WR_Y | IMMED | RS1(REG) | S13(0), CTX) argument
/arch/sparc/kernel/
Dpsycho_common.h15 #define PSYCHO_CONFIG_ENCODE(BUS, DEVFN, REG) \ argument
18 ((unsigned long)(REG)))
Dprom_irqtrans.c102 #define SABRE_CONFIG_ENCODE(BUS, DEVFN, REG) \ argument
105 ((unsigned long)(REG)))
Dpci_schizo.c75 #define SCHIZO_CONFIG_ENCODE(BUS, DEVFN, REG) \ argument
78 ((unsigned long)(REG)))
/arch/powerpc/mm/ptdump/
Dptdump.c152 #define REG "0x%016lx" in dump_addr() macro
154 #define REG "0x%08lx" in dump_addr() macro
157 pt_dump_seq_printf(st->seq, REG "-" REG " ", st->start_address, addr - 1); in dump_addr()
159 pt_dump_seq_printf(st->seq, "[" REG "]", st->start_pa); in dump_addr()
162 pt_dump_seq_printf(st->seq, " " REG " ", st->start_pa); in dump_addr()
/arch/mips/kvm/
Dtrace.h143 #define KVM_TRACE_COP0(REG, SEL) ((KVM_TRACE_HWR_COP0 << 8) | \ argument
144 ((REG) << 3) | (SEL))
145 #define KVM_TRACE_HWR(REG, SEL) ((KVM_TRACE_HWR_HWR << 8) | \ argument
146 ((REG) << 3) | (SEL))
/arch/powerpc/xmon/
Dxmon.c191 #define REG "%.16lx" macro
193 #define REG "%.8lx" macro
1271 printf("csum stopped at "REG"\n", adrs+i); in csum()
1416 printf(" data "REG" [", dabr.address); in bpt_cmds()
1563 printf("["REG"] ", sp); in xmon_show_stack()
1569 printf("["REG"] ", sp); in xmon_show_stack()
1690 printf("*** Error reading registers from "REG"\n", in prregs()
1701 printf("R%.2d = "REG" R%.2d = "REG"\n", in prregs()
1705 printf("R%.2d = "REG" R%.2d = "REG"\n", in prregs()
1726 printf("msr = "REG" cr = %.8lx\n", fp->msr, fp->ccr); in prregs()
[all …]
/arch/powerpc/kernel/
Dprocess.c1379 #define REG "%016lx" macro
1383 #define REG "%08lx" macro
1394 printk("NIP: "REG" LR: "REG" CTR: "REG"\n", in show_regs()
1398 printk("MSR: "REG" ", regs->msr); in show_regs()
1403 pr_cont("CFAR: "REG" ", regs->orig_gpr3); in show_regs()
1406 pr_cont("DEAR: "REG" ESR: "REG" ", regs->dar, regs->dsisr); in show_regs()
1408 pr_cont("DAR: "REG" DSISR: %08lx ", regs->dar, regs->dsisr); in show_regs()
1421 pr_cont(REG " ", regs->gpr[i]); in show_regs()
1431 printk("NIP ["REG"] %pS\n", regs->nip, (void *)regs->nip); in show_regs()
1432 printk("LR ["REG"] %pS\n", regs->link, (void *)regs->link); in show_regs()
[all …]
/arch/powerpc/include/asm/
Dreg.h1229 #define MTFSF_L(REG) \ argument
1230 .long (0xfc00058e | ((0xff) << 17) | ((REG) << 11) | (1 << 25))
1232 #define MTFSF_L(REG) mtfsf 0xff, (REG) argument
/arch/arc/kernel/
Dentry-compact.S334 ; Restore REG File. In case multiple Events outstanding,
/arch/m68k/ifpsp060/src/
Disp.S916 # MODE and REG are taken from the EXC_OPWORD.
923 # jump to the corresponding function for each {MODE,REG} pair.
Dpfpsp.S4575 # currently, MODE and REG are taken from the EXC_OPWORD. this could be
4583 # jump to the corresponding function for each {MODE,REG} pair.
Dfpsp.S18526 # currently, MODE and REG are taken from the EXC_OPWORD. this could be
18534 # jump to the corresponding function for each {MODE,REG} pair.