Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arc/include/asm/
Dpgtable-bits-arcv2.h86 PTE_BIT_FUNC(wrprotect, &= ~(_PAGE_WRITE));
/Linux-v6.1/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-v6.1/arch/arm/include/asm/
Dpgtable-3level.h200 PMD_BIT_FUNC(wrprotect, |= L_PMD_SECT_RDONLY);
/Linux-v6.1/drivers/scsi/
Dscsi_debug.c3734 u8 wrprotect; in resp_write_scat() local
3746 wrprotect = (cmd[10] >> 5) & 0x7; in resp_write_scat()
3752 wrprotect = (cmd[2] >> 5) & 0x7; in resp_write_scat()
3758 wrprotect) { in resp_write_scat()
3764 wrprotect == 0) in resp_write_scat()