Home
last modified time | relevance | path

Searched refs:VA_BITS2_NOACCESS (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/memcheck/
Dmc_main.c238 #define VA_BITS2_NOACCESS 0x0 // 00b macro
782 if ( VA_BITS2_NOACCESS != vabits2 ) { in set_vbits8()
812 else if ( VA_BITS2_NOACCESS == vabits2 ) { in get_vbits8()
1865 if (LIKELY(VA_BITS2_NOACCESS != vabits2)) { in make_mem_defined_if_addressable()
1882 if (LIKELY(VA_BITS2_NOACCESS == vabits2)) { in make_mem_defined_if_noaccess()
3767 if (VA_BITS2_NOACCESS != vabits2) { in MC_()
3786 if (VA_BITS2_NOACCESS == vabits2) { in is_mem_addressable()
3817 if (VA_BITS2_NOACCESS == vabits2) { in is_mem_defined()
3881 case VA_BITS2_NOACCESS: in is_mem_defined_comprehensive()
3915 if (VA_BITS2_NOACCESS == vabits2) { in mc_is_defined_asciiz()
[all …]