Searched refs:NONPAGE_MASK (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/sim/rx/
H A Dmem.h46 #define NONPAGE_MASK (~(PAGE_SIZE-1)) macro
H A Drx.c368 if (((tpc ^ get_byte_page) & NONPAGE_MASK) || enable_counting)
370 get_byte_page = tpc & NONPAGE_MASK;
/netbsd-current/external/gpl3/gdb.old/dist/sim/rx/
H A Dmem.h46 #define NONPAGE_MASK (~(PAGE_SIZE-1)) macro
H A Drx.c368 if (((tpc ^ get_byte_page) & NONPAGE_MASK) || enable_counting)
370 get_byte_page = tpc & NONPAGE_MASK;

Completed in 126 milliseconds