Searched refs:protect (Results 1 – 11 of 11) sorted by relevance
/arch/um/os-Linux/skas/ |
D | mem.c | 263 int protect(struct mm_id * mm_idp, unsigned long addr, unsigned long len, in protect() function 266 struct proc_mm_op protect; in protect() local 272 protect = ((struct proc_mm_op) { .op = MM_MPROTECT, in protect() 280 CATCH_EINTR(ret = write(fd, &protect, sizeof(protect))); in protect() 281 if (ret != sizeof(protect)) { in protect()
|
/arch/parisc/ |
D | Kconfig.debug | 6 bool "Write protect kernel read-only data structures"
|
/arch/avr32/boards/atngw100/ |
D | Kconfig | 12 This choice disables the detect pin and the write-protect pin for the
|
/arch/um/kernel/ |
D | tlb.c | 71 ret = protect(hvc->id, op->u.mprotect.addr, in do_ops() 426 err = protect(mm_id, address, PAGE_SIZE, prot, 1, &flush); in flush_tlb_page()
|
/arch/cris/arch-v32/drivers/ |
D | Kconfig | 746 string "MMC/SD card write-protect pin for SPI on sser0" 750 The pin to use for the SD/MMC write-protect signal for a memory 785 string "MMC/SD card write-protect pin for SPI on sser1" 789 The pin to use for the SD/MMC write-protect signal for a memory 846 string "MMC/SD card write-protect pin for SPI using gpio (space for none)" 850 The pin to use for the SD/MMC write-protect signal for a memory
|
/arch/um/include/shared/ |
D | os.h | 259 extern int protect(struct mm_id * mm_idp, unsigned long addr,
|
/arch/x86/ |
D | Kconfig.debug | 108 bool "Write protect kernel read-only data structures"
|
D | Kconfig | 593 can isolate the the DMA memory of different devices and protect the
|
/arch/frv/kernel/ |
D | entry.S | 699 # handle data DAT fault (write-protect exception)
|
/arch/blackfin/ |
D | Kconfig | 956 Use the processor's MPU to protect applications from accessing
|
/arch/mips/ |
D | Kconfig | 1718 # moment we protect the user and offer the highmem option only on machines
|