Home
last modified time | relevance | path

Searched refs:shadow (Results 1 – 20 of 20) sorted by relevance

/arch/powerpc/platforms/ps3/
Dspu.c112 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/
Dmce.h26 unsigned long shadow[8]; /* Shadow reg. 8-14, 25 */ member
/arch/x86/kvm/vmx/
Dvmx.h566 struct vmcs *alloc_vmcs_cpu(bool shadow, int cpu, gfp_t flags);
572 static inline struct vmcs *alloc_vmcs(bool shadow) in alloc_vmcs() argument
574 return alloc_vmcs_cpu(shadow, raw_smp_processor_id(), in alloc_vmcs()
Dnested.c698 struct vmcs12 *shadow; in nested_cache_shadow_vmcs12() local
704 shadow = get_shadow_vmcs12(vcpu); in nested_cache_shadow_vmcs12()
709 memcpy(shadow, map.hva, VMCS12_SIZE); in nested_cache_shadow_vmcs12()
2955 struct vmcs12 *shadow; in nested_vmx_check_vmcs_link_ptr() local
2967 shadow = map.hva; in nested_vmx_check_vmcs_link_ptr()
2969 if (CC(shadow->hdr.revision_id != VMCS12_REVISION) || in nested_vmx_check_vmcs_link_ptr()
2970 CC(shadow->hdr.shadow_vmcs != nested_cpu_has_shadow_vmcs(vmcs12))) in nested_vmx_check_vmcs_link_ptr()
Dvmx.c2685 struct vmcs *alloc_vmcs_cpu(bool shadow, int cpu, gfp_t flags) in alloc_vmcs_cpu() argument
2703 if (shadow) in alloc_vmcs_cpu()
/arch/mips/boot/dts/lantiq/
Deasy50712.dts100 lantiq,shadow = <0xfff>;
/arch/s390/kvm/
Dgaccess.h394 int kvm_s390_shadow_fault(struct kvm_vcpu *vcpu, struct gmap *shadow,
/arch/alpha/kernel/
Dcore_mcpcia.c459 i, i+1, frame->shadow[i], in mcpcia_print_uncorrectable()
460 frame->shadow[i+1]); in mcpcia_print_uncorrectable()
/arch/um/
DKconfig231 This is the offset at which the ~16TB of shadow memory is
234 by 8) amount of space so that the KASAN shadow memory does not conflict
/arch/nds32/kernel/
Dhead.S154 mfsr $r0, $MISC_CTL ! Enable BTB, RTP, shadow sp, and HW_PRE
/arch/x86/xen/
Denlighten_pv.c478 struct desc_struct *shadow = &per_cpu(shadow_tls_desc, cpu).desc[i]; in load_TLS_descriptor() local
483 if (desc_equal(shadow, &t->tls_array[i])) in load_TLS_descriptor()
486 *shadow = t->tls_array[i]; in load_TLS_descriptor()
/arch/x86/include/uapi/asm/
Dkvm.h346 __u8 shadow; member
/arch/mips/include/asm/sn/
Dioc3.h19 u32 shadow; member
/arch/openrisc/
DKconfig151 bool "Support for shadow gpr files" if !SMP
/arch/
DKconfig608 Call Stack and implements runtime support for shadow stack
618 shadow stack to protect function return addresses from being
626 of shadow stacks in memory, which means an attacker capable of
634 shadow call stack push and pop instructions rather than on the
748 bool "Use CFI shadow to speed up cross-module checks"
1144 backing virtual mappings with real shadow memory, and KASAN_VMALLOC
/arch/m68k/q40/
DREADME82 shadow ROM.
/arch/m68k/fpsp040/
Dfpsp.h137 .set FPSR_SHADOW,LV-64 | fpsr shadow reg
/arch/arm64/
DKconfig1280 def_bool $(cc-option, -fsanitize=shadow-call-stack -ffixed-x18)
2071 bool "Enable shadow call stack dynamically using code patching"
/arch/arm/
DKconfig1023 one is in the shadow of a branch or abort, can lead to a
/arch/x86/kvm/
Dx86.c4721 events->interrupt.shadow = static_call(kvm_x86_get_interrupt_shadow)(vcpu); in kvm_vcpu_ioctl_x86_get_vcpu_events()
4793 events->interrupt.shadow); in kvm_vcpu_ioctl_x86_set_vcpu_events()