Home
last modified time | relevance | path

Searched refs:wrprotect (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/sh/include/asm/
Dpgtable_32.h361 PTE_BIT_FUNC(high, wrprotect, &= ~(_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE));
365 PTE_BIT_FUNC(low, wrprotect, &= ~_PAGE_RW);
/Linux-v4.19/arch/unicore32/include/asm/
Dpgtable.h188 PTE_BIT_FUNC(wrprotect, &= ~PTE_WRITE);
/Linux-v4.19/arch/arc/include/asm/
Dpgtable.h312 PTE_BIT_FUNC(wrprotect, &= ~(_PAGE_WRITE));
/Linux-v4.19/arch/arm/include/asm/
Dpgtable-3level.h238 PMD_BIT_FUNC(wrprotect, |= L_PMD_SECT_RDONLY);
/Linux-v4.19/drivers/scsi/
Dscsi_debug.c3104 u8 wrprotect; in resp_write_scat() local
3117 wrprotect = (cmd[10] >> 5) & 0x7; in resp_write_scat()
3123 wrprotect = (cmd[2] >> 5) & 0x7; in resp_write_scat()
3129 wrprotect) { in resp_write_scat()
3135 wrprotect == 0) in resp_write_scat()