Home
last modified time | relevance | path

Searched refs:BASE (Results 1 – 8 of 8) sorted by relevance

/arch/mips/lemote/lm2e/
Ddbg_io.c63 #define BASE (0xffffffffbfd003f8) macro
65 #define BASE (0xbfd003f8) macro
92 #define UART16550_READ(y) readb((char *)BASE + (y))
93 #define UART16550_WRITE(y, z) writeb(z, (char *)BASE + (y))
/arch/sparc/kernel/
Dsun4v_tlb_miss.S10 #define LOAD_ITLB_INFO(BASE, VADDR, CTX) \ argument
11 ldx [BASE + HV_FAULT_I_ADDR_OFFSET], VADDR; \
12 ldx [BASE + HV_FAULT_I_CTX_OFFSET], CTX;
15 #define LOAD_DTLB_INFO(BASE, VADDR, CTX) \ argument
16 ldx [BASE + HV_FAULT_D_ADDR_OFFSET], VADDR; \
17 ldx [BASE + HV_FAULT_D_CTX_OFFSET], CTX;
/arch/x86/crypto/
Daes-x86_64-asm_64.S20 #define BASE crypto_tfm_ctx_offset macro
59 leaq BASE+KEY+48+4(r8),r9; \
65 movl BASE+0(r8),r10 ## E; \
/arch/mips/include/asm/mips-boards/
Dbonito64.h416 #define BONITO_PCIMEMBASECFGBASE(WIN, BASE) (((BASE)>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBAS… argument
/arch/m68k/include/asm/
Dmcfsmc.h175 outw(0x0067, ioaddr + BASE); in smc_remap()
/arch/mips/kernel/
Dtraps.c453 #define BASE 0x03e00000 macro
489 ((unsigned long)(regs->regs[(opcode & BASE) >> 21]) + offset); in simulate_ll()
529 ((unsigned long)(regs->regs[(opcode & BASE) >> 21]) + offset); in simulate_sc()
/arch/m68k/fpsp040/
Dslogn.S356 lea LOGTBL,%a0 | ...BASE ADDRESS OF 1/F AND LOG(F)
/arch/m68k/ifpsp060/src/
Dfplsp.S8253 lea LOGTBL(%pc),%a0 # BASE ADDRESS OF 1/F AND LOG(F)