Lines Matching defs:address

102 	unsigned long	address;
187 static void xmon_print_symbol(unsigned long address, const char *mid,
250 dv dump virtual address translation \n\
261 la lookup symbol+offset of specified address\n\
262 ls lookup address of specified symbol\n\
263 lp s [#] lookup address of percpu symbol s for current cpu, or cpu #\n\
374 * breakpoint address before writing it up in the CIABR register.
515 regs_set_return_ip(regs, bp->address + offset);
772 regs_set_return_ip(regs, bp->address + offset);
842 regs_set_return_ip(regs, bp->address + offset);
867 if (bp->enabled && pc == bp->address)
896 bp->address = a;
916 if (!mread_instr(bp->address, &instr)) {
918 "disabling breakpoint there\n", bp->address);
924 bp->address);
929 * Check the address is not a suffix by looking for a prefix in
932 if (mread_instr(bp->address - 4, &instr2) == 8) {
934 bp->address);
943 bp2 = at_breakpoint(bp->address - 4);
946 bp->address);
956 if (patch_instruction((u32 *)bp->address,
959 "disabling breakpoint there\n", bp->address);
973 brk.address = dabr[i].address;
982 set_ciabr(iabr->address);
995 if (mread_instr(bp->address, &instr)
998 (u32 *)bp->address, ppc_inst_read(bp->instr)) != 0)
1000 bp->address);
1467 printf("Can't read instruction at address %lx\n", addr);
1497 printf(" data "REG" [", dabr[i].address);
1549 dabr[i].address = 0;
1551 if (scanhex(&dabr[i].address)) {
1552 if (!is_kernel_addr(dabr[i].address)) {
1556 dabr[i].address &= ~HW_BRK_TYPE_DABR;
1607 /* assume a breakpoint address */
1616 xmon_print_symbol(bp->address, " ", ")\n");
1631 printf(" type address\n");
1638 xmon_print_symbol(bp->address, " ", "\n");
1825 addr = regs->nip; /* address of trap instruction */
2297 printf("*** Error writing address "REG"\n", adrs + n);
2392 " ' increment address\n"
2393 " ^ decrement address\n"
3144 static unsigned long mdest; /* destination address */
3145 static unsigned long msrc; /* source address */
3293 printf("Maps physical address = 0x%016lx\n", pte & PTE_RPN_MASK);
3722 /* Print an address in numeric and symbolic form (if possible) */
3723 static void xmon_print_symbol(unsigned long address, const char *mid,
3730 printf(REG, address);
3734 name = kallsyms_lookup(address, &size, &offset, &modname,
4244 printf("Dumping spu fields at address %p:\n", spu);
4306 printf("*** Error: address outside of local store\n");