Searched refs:buf_rw (Results 1 – 1 of 1) sorted by relevance
577 void *buf_rw = NULL, *buf_rx = MAP_FAILED; in alloc_code_gen_buffer_splitwx_memfd() local581 if (buf_rw == NULL) { in alloc_code_gen_buffer_splitwx_memfd()593 region.start_aligned = buf_rw; in alloc_code_gen_buffer_splitwx_memfd()595 tcg_splitwx_diff = buf_rx - buf_rw; in alloc_code_gen_buffer_splitwx_memfd()601 if (buf_rw) { in alloc_code_gen_buffer_splitwx_memfd()602 munmap(buf_rw, size); in alloc_code_gen_buffer_splitwx_memfd()629 mach_vm_address_t buf_rw, buf_rx; in alloc_code_gen_buffer_splitwx_vmremap() local646 buf_rw, in alloc_code_gen_buffer_splitwx_vmremap()654 munmap((void *)buf_rw, size); in alloc_code_gen_buffer_splitwx_vmremap()661 munmap((void *)buf_rw, size); in alloc_code_gen_buffer_splitwx_vmremap()[all …]