Searched refs:protected (Results 1 – 18 of 18) sorted by relevance
/arch/powerpc/boot/dts/ |
D | mpc5121ads.dts | 43 protected@0 { 44 label = "protected"; 45 reg = <0x00000000 0x00040000>; // first sector is protected
|
D | p1020rdb-pc_camp_core0.dts | 57 protected-sources = <
|
D | mpc8572ds_camp_core0.dts | 60 protected-sources = <
|
D | mpc8572ds_camp_core1.dts | 83 protected-sources = <
|
D | p1020rdb-pc_camp_core1.dts | 105 protected-sources = <
|
/arch/powerpc/kernel/vdso64/ |
D | datapage.S | 24 .protected __get_datapage
|
/arch/powerpc/kernel/vdso32/ |
D | datapage.S | 24 .protected __get_datapage
|
/arch/parisc/ |
D | Kconfig.debug | 9 Mark the kernel read-only data as write-protected in the pagetables,
|
/arch/powerpc/sysdev/ |
D | mpic.c | 1004 if (mpic->protected && test_bit(hw, mpic->protected)) { in mpic_host_map() 1291 mpic->protected = kzalloc(mapsize*sizeof(long), GFP_KERNEL); in mpic_alloc() 1292 BUG_ON(mpic->protected == NULL); in mpic_alloc() 1296 __set_bit(psrc[i], mpic->protected); in mpic_alloc() 1588 if (mpic->protected && test_bit(i, mpic->protected)) in mpic_init() 1775 if (unlikely(mpic->protected && test_bit(src, mpic->protected))) { in _mpic_get_one_irq() 1814 if (unlikely(mpic->protected && test_bit(src, mpic->protected))) { in mpic_get_coreint_irq()
|
/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 15 # OFW lands us here, running in protected mode, with a
|
/arch/powerpc/include/asm/ |
D | mpic.h | 319 unsigned long *protected; member
|
/arch/ |
D | Kconfig | 353 wrapped as well. Irqs are already protected inside 355 irq exit still need to be protected.
|
/arch/metag/ |
D | Kconfig | 133 memory in LOCK1 protected atomics and spinlocks.
|
/arch/x86/math-emu/ |
D | README | 153 The emulator supports 16-bit protected mode, with one difference from 156 will not allow this in 16-bit protected mode: no instructions are
|
/arch/x86/ |
D | Kconfig.debug | 89 Mark the kernel read-only data as write-protected in the pagetables,
|
D | Kconfig | 974 protected mode legacy code on x86 processors. Disabling
|
/arch/x86/kvm/ |
D | mmu.c | 1803 bool protected = false; in mmu_sync_children() local 1806 protected |= rmap_write_protect(vcpu->kvm, sp->gfn); in mmu_sync_children() 1808 if (protected) in mmu_sync_children()
|
/arch/arm/ |
D | Kconfig.debug | 71 Mark the kernel text section as write-protected in the pagetables,
|