Home
last modified time | relevance | path

Searched refs:mread (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/powerpc/xmon/
Dxmon.c112 static int mread(unsigned long, void *, int);
771 if (mread(bp->address, &bp->instr[0], 4) != 4) { in insert_bpts()
821 if (mread(bp->address, &instr, 4) == 4 in remove_bpts()
1004 if (mread(regs->nip, &instr, 4) == 4) { in do_step()
1143 if (mread(adrs+i, &v, 1) == 0) { in csum()
1164 if (!mread(addr, &instr, sizeof(instr))) { in check_bp_loc()
1384 if (!mread(sp + LRSAVE_OFFSET, &ip, sizeof(unsigned long)) in xmon_show_stack()
1385 || !mread(sp, &newsp, sizeof(unsigned long))) { in xmon_show_stack()
1403 mread(newsp + LRSAVE_OFFSET, &nextip, in xmon_show_stack()
1429 if (mread(sp + MARKER_OFFSET, &marker, sizeof(unsigned long)) in xmon_show_stack()
[all …]
/linux-4.4.14/drivers/media/pci/mantis/
Dmantis_common.h58 #define mread(addr) readl(addr) macro
61 #define mmread(addr) mread(mantis->mmio + (addr))