Searched refs:PROT_ADI (Results 1 – 3 of 3) sorted by relevance
33 if (adi_capable() && (prot & PROT_ADI)) { in sparc_calc_vm_prot_bits()52 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_ADI)) in sparc_validate_prot()
9 #define PROT_ADI 0x10 /* ADI enabled */ macro
39 ADI is enabled on a set of pages using mprotect() with PROT_ADI flag.178 #ifndef PROT_ADI179 #define PROT_ADI 0x10226 if (mprotect(shmaddr, BUFFER_SIZE, PROT_READ|PROT_WRITE|PROT_ADI)) {