Searched refs:protect (Results 1 – 16 of 16) sorted by relevance
/arch/um/os-Linux/skas/ |
D | mem.c | 251 int protect(struct mm_id * mm_idp, unsigned long addr, unsigned long len, in protect() function 254 struct proc_mm_op protect; in protect() local 260 protect = ((struct proc_mm_op) { .op = MM_MPROTECT, in protect() 268 CATCH_EINTR(ret = write(fd, &protect, sizeof(protect))); in protect() 269 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 | 38 This choice disables the detect pin and the write-protect pin for the
|
/arch/um/kernel/ |
D | tlb.c | 72 ret = protect(hvc->id, op->u.mprotect.addr, in do_ops() 434 err = protect(mm_id, address, PAGE_SIZE, prot, 1, &flush); in flush_tlb_page()
|
/arch/um/include/shared/ |
D | os.h | 262 extern int protect(struct mm_id * mm_idp, unsigned long addr,
|
/arch/arm64/ |
D | Kconfig.debug | 65 patching and dynamic kernel tracing - and they might also protect
|
/arch/tile/kernel/ |
D | hardwall.c | 698 unsigned long protect = mfspr_XDN(hwt, DIRECTION_PROTECT); in stop_xdn_switch() 699 mtspr_XDN(hwt, DIRECTION_PROTECT, (protect | C_PROTECT) << 5); in stop_xdn_switch()
|
/arch/powerpc/boot/dts/ |
D | ac14xx.dts | 170 wp-gpios = <&gpio_pic 24 0>; /* write protect */
|
D | xpedite5200.dts | 106 * 5: Flash write protect enable
|
D | xpedite5200_xmon.dts | 110 * 5: Flash write protect enable
|
/arch/frv/kernel/ |
D | entry.S | 699 # handle data DAT fault (write-protect exception)
|
/arch/x86/ |
D | Kconfig.debug | 108 patching and dynamic kernel tracing - and they might also protect
|
/arch/ |
D | Kconfig | 446 locking is needed to protect against concurrent accesses.
|
/arch/blackfin/ |
D | Kconfig | 1120 Use the processor's MPU to protect applications from accessing
|
/arch/arm/ |
D | Kconfig.debug | 1338 patching and dynamic kernel tracing - and they might also protect
|
/arch/mips/ |
D | Kconfig | 2328 # moment we protect the user and offer the highmem option only on machines
|