Searched refs:ptr_size (Results 1 – 3 of 3) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | mte_helper.h | 48 int ptr_size, MMUAccessType tag_access,
|
H A D | mte_helper.c | 61 int ptr_size, MMUAccessType tag_access, in allocation_tag_mem_probe() argument 149 if (unlikely(ptr_size > in_page)) { in allocation_tag_mem_probe() 159 cpu_check_watchpoint(env_cpu(env), ptr, ptr_size, attrs, wp, ra); in allocation_tag_mem_probe() 200 int ptr_size, MMUAccessType tag_access, in allocation_tag_mem() argument 204 ptr_size, tag_access, false, ra); in allocation_tag_mem()
|
/qemu/tcg/ |
H A D | tcg.c | 7126 uint8_t ptr_size; in tcg_register_jit_int() member 7228 .ptr_size = sizeof(void *), in tcg_register_jit_int()
|