/arch/powerpc/platforms/ps3/ |
D | spu.c | 112 struct spe_shadow __iomem *shadow; member 124 unsigned long problem, unsigned long ls, unsigned long shadow, in _dump_areas() argument 131 pr_debug("%s:%d: shadow: %lxh\n", func, line, shadow); in _dump_areas() 180 iounmap(spu_pdata(spu)->shadow); in spu_unmap() 195 spu_pdata(spu)->shadow = ioremap_prot(spu_pdata(spu)->shadow_addr, in setup_areas() 197 if (!spu_pdata(spu)->shadow) { in setup_areas() 231 (unsigned long)spu_pdata(spu)->shadow); in setup_areas() 368 while (in_be64(&spu_pdata(spu)->shadow->spe_execution_status) in ps3_create_spu() 514 return in_be64(&spu_pdata(spu)->shadow->mfc_dar_RW); in mfc_dar_get() 524 return in_be64(&spu_pdata(spu)->shadow->mfc_dsisr_RW); in mfc_dsisr_get()
|
/arch/alpha/include/asm/ |
D | mce.h | 26 unsigned long shadow[8]; /* Shadow reg. 8-14, 25 */ member
|
/arch/x86/kvm/vmx/ |
D | vmx.h | 475 struct vmcs *alloc_vmcs_cpu(bool shadow, int cpu, gfp_t flags); 482 static inline struct vmcs *alloc_vmcs(bool shadow) in alloc_vmcs() argument 484 return alloc_vmcs_cpu(shadow, raw_smp_processor_id(), in alloc_vmcs()
|
D | nested.c | 662 struct vmcs12 *shadow; in nested_cache_shadow_vmcs12() local 668 shadow = get_shadow_vmcs12(vcpu); in nested_cache_shadow_vmcs12() 673 memcpy(shadow, map.hva, VMCS12_SIZE); in nested_cache_shadow_vmcs12() 2737 struct vmcs12 *shadow; in nested_vmx_check_vmcs_link_ptr() local 2749 shadow = map.hva; in nested_vmx_check_vmcs_link_ptr() 2751 if (CC(shadow->hdr.revision_id != VMCS12_REVISION) || in nested_vmx_check_vmcs_link_ptr() 2752 CC(shadow->hdr.shadow_vmcs != nested_cpu_has_shadow_vmcs(vmcs12))) in nested_vmx_check_vmcs_link_ptr()
|
D | vmx.c | 2530 struct vmcs *alloc_vmcs_cpu(bool shadow, int cpu, gfp_t flags) in alloc_vmcs_cpu() argument 2548 if (shadow) in alloc_vmcs_cpu()
|
/arch/mips/boot/dts/lantiq/ |
D | easy50712.dts | 100 lantiq,shadow = <0xfff>;
|
/arch/s390/kvm/ |
D | gaccess.h | 362 int kvm_s390_shadow_fault(struct kvm_vcpu *vcpu, struct gmap *shadow,
|
/arch/alpha/kernel/ |
D | core_mcpcia.c | 459 i, i+1, frame->shadow[i], in mcpcia_print_uncorrectable() 460 frame->shadow[i+1]); in mcpcia_print_uncorrectable()
|
/arch/ |
D | Kconfig | 528 Call Stack, has asm/scs.h, and implements runtime support for shadow 536 shadow stack to protect function return addresses from being 543 documented for user space. The kernel must store addresses of shadow 546 be able to locate them and hijack control flow by modifying shadow 550 bool "Use virtually mapped shadow call stacks" 553 Use virtually mapped shadow call stacks. Selecting this option 555 memory consumption as a full page is allocated for each shadow stack. 613 bool "Use CFI shadow to speed up cross-module checks" 958 the stack to map directly to the KASAN shadow map using a formula
|
/arch/nds32/kernel/ |
D | head.S | 154 mfsr $r0, $MISC_CTL ! Enable BTB, RTP, shadow sp, and HW_PRE
|
/arch/x86/xen/ |
D | enlighten_pv.c | 519 struct desc_struct *shadow = &per_cpu(shadow_tls_desc, cpu).desc[i]; in load_TLS_descriptor() local 524 if (desc_equal(shadow, &t->tls_array[i])) in load_TLS_descriptor() 527 *shadow = t->tls_array[i]; in load_TLS_descriptor()
|
/arch/x86/include/uapi/asm/ |
D | kvm.h | 310 __u8 shadow; member
|
/arch/mips/include/asm/sn/ |
D | ioc3.h | 19 u32 shadow; member
|
/arch/openrisc/ |
D | Kconfig | 153 bool "Support for shadow gpr files" if !SMP
|
/arch/m68k/q40/ |
D | README | 82 shadow ROM.
|
/arch/microblaze/ |
D | Kconfig | 162 bool "Are you using uncached shadow for RAM ?"
|
/arch/m68k/fpsp040/ |
D | fpsp.h | 137 .set FPSR_SHADOW,LV-64 | fpsr shadow reg
|
/arch/arm64/ |
D | Kconfig | 957 def_bool $(cc-option, -fsanitize=shadow-call-stack -ffixed-x18)
|
/arch/x86/kvm/ |
D | x86.c | 3735 events->interrupt.shadow = kvm_x86_ops->get_interrupt_shadow(vcpu); in kvm_vcpu_ioctl_x86_get_vcpu_events() 3807 events->interrupt.shadow); in kvm_vcpu_ioctl_x86_set_vcpu_events()
|
/arch/arm/ |
D | Kconfig | 1069 one is in the shadow of a branch or abort, can lead to a
|