Lines Matching refs:PROT_READ
44 #define PROT_READ 1 macro
102 return PROT_READ | PROT_EXEC | PROT_BTI; in host_prot_read_exec()
105 return PROT_READ | PROT_EXEC; in host_prot_read_exec()
529 return PROT_READ | PROT_WRITE; in alloc_code_gen_buffer()
552 return PROT_READ | PROT_WRITE | PROT_EXEC; in alloc_code_gen_buffer()
598 return PROT_READ | PROT_WRITE; in alloc_code_gen_buffer_splitwx_memfd()
634 if (!alloc_code_gen_buffer_anon(size, PROT_READ | PROT_WRITE, in alloc_code_gen_buffer_splitwx_vmremap()
667 return PROT_READ | PROT_WRITE; in alloc_code_gen_buffer_splitwx_vmremap()
815 need_prot = PROT_READ | PROT_WRITE; in tcg_region_init()
828 if (need_prot == (PROT_READ | PROT_WRITE | PROT_EXEC)) { in tcg_region_init()
830 } else if (need_prot == (PROT_READ | PROT_WRITE)) { in tcg_region_init()