OSDN Git Service

accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfd
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Nov 2020 23:31:43 +0000 (15:31 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 7 Jan 2021 15:09:42 +0000 (05:09 -1000)
commitd1861aa40915303797423cbf77b5d00b952d77fd
tree47381a58a32208f521258e582d40d6ba0034e792
parent793f73819642127f05781efbf617453757fe2c71
accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfd

Re-use the 256MiB region handling from alloc_code_gen_buffer_anon,
and replace that with the shared file mapping.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c