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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dia64-linux-nat.c566 long *dbr_mask)
570 if (dbr_mask)
571 store_debug_register (ptid, 2 * idx + 1, *dbr_mask);
594 long dbr_addr, dbr_mask; local
602 dbr_mask = debug_registers[idx * 2 + 1];
603 if ((dbr_mask & (0x3UL << 62)) == 0)
614 dbr_mask = (~(len - 1) & 0x00ffffffffffffffL); /* construct mask to match */
615 dbr_mask |= 0x0800000000000000L; /* Only match privilege level 3 */
619 dbr_mask |= (1L << 62); /* Set w bit */
622 dbr_mask |
565 store_debug_register_pair(ptid_t ptid, int idx, long *dbr_addr, long *dbr_mask) argument
648 long dbr_addr, dbr_mask; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dia64-linux-nat.c566 long *dbr_mask)
570 if (dbr_mask)
571 store_debug_register (ptid, 2 * idx + 1, *dbr_mask);
593 long dbr_addr, dbr_mask; local
601 dbr_mask = debug_registers[idx * 2 + 1];
602 if ((dbr_mask & (0x3UL << 62)) == 0)
613 dbr_mask = (~(len - 1) & 0x00ffffffffffffffL); /* construct mask to match */
614 dbr_mask |= 0x0800000000000000L; /* Only match privilege level 3 */
618 dbr_mask |= (1L << 62); /* Set w bit */
621 dbr_mask |
565 store_debug_register_pair(ptid_t ptid, int idx, long *dbr_addr, long *dbr_mask) argument
648 long dbr_addr, dbr_mask; local
[all...]

Completed in 260 milliseconds