Lines Matching defs:address

102 	unsigned long	address;
181 static void xmon_print_symbol(unsigned long address, const char *mid,
243 dv dump virtual address translation \n\
254 la lookup symbol+offset of specified address\n\
255 ls lookup address of specified symbol\n\
256 lp s [#] lookup address of percpu symbol s for current cpu, or cpu #\n\
367 * breakpoint address before writing it up in the CIABR register.
517 regs->nip = bp->address + offset;
769 regs->nip = bp->address + offset;
839 regs->nip = bp->address + offset;
864 if (bp->enabled && pc == bp->address)
893 bp->address = a;
913 if (!mread_instr(bp->address, &instr)) {
915 "disabling breakpoint there\n", bp->address);
921 "instruction, disabling it\n", bp->address);
926 * Check the address is not a suffix by looking for a prefix in
929 if (mread_instr(bp->address - 4, &instr2) == 8) {
931 bp->address);
940 bp2 = at_breakpoint(bp->address - 4);
943 bp->address);
953 if (patch_instruction((struct ppc_inst *)bp->address,
956 "disabling breakpoint there\n", bp->address);
970 brk.address = dabr[i].address;
979 set_ciabr(iabr->address);
992 if (mread_instr(bp->address, &instr)
995 (struct ppc_inst *)bp->address, ppc_inst_read(bp->instr)) != 0)
997 bp->address);
1376 printf("Can't read instruction at address %lx\n", addr);
1407 printf(" data "REG" [", dabr[i].address);
1459 dabr[i].address = 0;
1461 if (scanhex(&dabr[i].address)) {
1462 if (!is_kernel_addr(dabr[i].address)) {
1466 dabr[i].address &= ~HW_BRK_TYPE_DABR;
1517 /* assume a breakpoint address */
1526 xmon_print_symbol(bp->address, " ", ")\n");
1541 printf(" type address\n");
1548 xmon_print_symbol(bp->address, " ", "\n");
1737 addr = regs->nip; /* address of trap instruction */
2207 printf("*** Error writing address "REG"\n", adrs + n);
2302 " ' increment address\n"
2303 " ^ decrement address\n"
3074 static unsigned long mdest; /* destination address */
3075 static unsigned long msrc; /* source address */
3223 printf("Maps physical address = 0x%016lx\n", pte & PTE_RPN_MASK);
3649 /* Print an address in numeric and symbolic form (if possible) */
3650 static void xmon_print_symbol(unsigned long address, const char *mid,
3657 printf(REG, address);
3661 name = kallsyms_lookup(address, &size, &offset, &modname,
4183 printf("Dumping spu fields at address %p:\n", spu);
4246 printf("*** Error: address outside of local store\n");