Searched refs:bound_addr (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_ide.c521 unsigned_word bound_addr; member in struct:_address_block
543 && address <= decoder->block[i].bound_addr) {
589 decoder->block[reg-1].bound_addr = address + size - 1;
596 (unsigned long)decoder->block[reg-1].bound_addr));
605 decoder->block[reg-1].bound_addr = address + size - 1;
612 (unsigned long)decoder->block[reg-1].bound_addr));
620 decoder->block[reg-1].bound_addr = address + 4 - 1;
627 (unsigned long)decoder->block[reg-1].bound_addr));
630 decoder->block[reg].bound_addr = address + 8 - 1;
637 (unsigned long)decoder->block[reg].bound_addr));
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_ide.c521 unsigned_word bound_addr; member in struct:_address_block
543 && address <= decoder->block[i].bound_addr) {
589 decoder->block[reg-1].bound_addr = address + size - 1;
596 (unsigned long)decoder->block[reg-1].bound_addr));
605 decoder->block[reg-1].bound_addr = address + size - 1;
612 (unsigned long)decoder->block[reg-1].bound_addr));
620 decoder->block[reg-1].bound_addr = address + 4 - 1;
627 (unsigned long)decoder->block[reg-1].bound_addr));
630 decoder->block[reg].bound_addr = address + 8 - 1;
637 (unsigned long)decoder->block[reg].bound_addr));
[all...]

Completed in 85 milliseconds