Home
last modified time | relevance | path

Searched refs:protected (Results 1 – 18 of 18) sorted by relevance

/arch/powerpc/boot/dts/
Dmpc5121ads.dts43 protected@0 {
44 label = "protected";
45 reg = <0x00000000 0x00040000>; // first sector is protected
Dp1020rdb-pc_camp_core0.dts57 protected-sources = <
Dmpc8572ds_camp_core0.dts60 protected-sources = <
Dmpc8572ds_camp_core1.dts83 protected-sources = <
Dp1020rdb-pc_camp_core1.dts105 protected-sources = <
/arch/powerpc/kernel/vdso64/
Ddatapage.S24 .protected __get_datapage
/arch/powerpc/kernel/vdso32/
Ddatapage.S24 .protected __get_datapage
/arch/parisc/
DKconfig.debug9 Mark the kernel read-only data as write-protected in the pagetables,
/arch/powerpc/sysdev/
Dmpic.c1004 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/
Dxo1-wakeup.S15 # OFW lands us here, running in protected mode, with a
/arch/powerpc/include/asm/
Dmpic.h319 unsigned long *protected; member
/arch/
DKconfig353 wrapped as well. Irqs are already protected inside
355 irq exit still need to be protected.
/arch/metag/
DKconfig133 memory in LOCK1 protected atomics and spinlocks.
/arch/x86/math-emu/
DREADME153 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/
DKconfig.debug89 Mark the kernel read-only data as write-protected in the pagetables,
DKconfig974 protected mode legacy code on x86 processors. Disabling
/arch/x86/kvm/
Dmmu.c1803 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/
DKconfig.debug71 Mark the kernel text section as write-protected in the pagetables,