Searched refs:wrprotect (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | pgtable-bits-arcv2.h | 89 PTE_BIT_FUNC(wrprotect, &= ~(_PAGE_WRITE));
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | pgtable_32.h | 361 PTE_BIT_FUNC(high, wrprotect, &= ~(_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE)); 365 PTE_BIT_FUNC(low, wrprotect, &= ~_PAGE_RW);
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | pgtable_32.h | 360 PTE_BIT_FUNC(high, wrprotect, &= ~(_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE)); 364 PTE_BIT_FUNC(low, wrprotect, &= ~_PAGE_RW);
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | pgtable.h | 290 PTE_BIT_FUNC(wrprotect, &= ~(_PAGE_WRITE));
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | pgtable-3level.h | 202 PMD_BIT_FUNC(wrprotect, |= L_PMD_SECT_RDONLY);
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | pgtable-3level.h | 203 PMD_BIT_FUNC(wrprotect, |= L_PMD_SECT_RDONLY);
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 3568 u8 wrprotect; in resp_write_scat() local 3580 wrprotect = (cmd[10] >> 5) & 0x7; in resp_write_scat() 3586 wrprotect = (cmd[2] >> 5) & 0x7; in resp_write_scat() 3592 wrprotect) { in resp_write_scat() 3598 wrprotect == 0) in resp_write_scat()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 3722 u8 wrprotect; in resp_write_scat() local 3734 wrprotect = (cmd[10] >> 5) & 0x7; in resp_write_scat() 3740 wrprotect = (cmd[2] >> 5) & 0x7; in resp_write_scat() 3746 wrprotect) { in resp_write_scat() 3752 wrprotect == 0) in resp_write_scat()
|
Completed in 25 milliseconds