HomeSort by: relevance | last modified time | path
    Searched defs:matchbytebit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/aarch64/aarch64/
db_machdep.c 736 uint32_t matchbytebit; local in function:aarch64_watchpoint_set
746 matchbytebit = 0xff >> (8 - size);
747 matchbytebit <<= (addr & 7);
766 __SHIFTIN(matchbytebit, DBGWCR_BAS) | /* BAS: 0-8byte */
db_machdep.c 736 uint32_t matchbytebit; local in function:aarch64_watchpoint_set
746 matchbytebit = 0xff >> (8 - size);
747 matchbytebit <<= (addr & 7);
766 __SHIFTIN(matchbytebit, DBGWCR_BAS) | /* BAS: 0-8byte */

Completed in 25 milliseconds