/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 | 566 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()
|
D | nested.c | 698 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()
|
D | vmx.c | 2685 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/ |
D | easy50712.dts | 100 lantiq,shadow = <0xfff>;
|
/arch/s390/kvm/ |
D | gaccess.h | 394 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/um/ |
D | Kconfig | 231 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/ |
D | head.S | 154 mfsr $r0, $MISC_CTL ! Enable BTB, RTP, shadow sp, and HW_PRE
|
/arch/x86/xen/ |
D | enlighten_pv.c | 478 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/ |
D | kvm.h | 346 __u8 shadow; member
|
/arch/mips/include/asm/sn/ |
D | ioc3.h | 19 u32 shadow; member
|
/arch/openrisc/ |
D | Kconfig | 151 bool "Support for shadow gpr files" if !SMP
|
/arch/ |
D | Kconfig | 608 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/ |
D | README | 82 shadow ROM.
|
/arch/m68k/fpsp040/ |
D | fpsp.h | 137 .set FPSR_SHADOW,LV-64 | fpsr shadow reg
|
/arch/arm64/ |
D | Kconfig | 1280 def_bool $(cc-option, -fsanitize=shadow-call-stack -ffixed-x18) 2071 bool "Enable shadow call stack dynamically using code patching"
|
/arch/arm/ |
D | Kconfig | 1023 one is in the shadow of a branch or abort, can lead to a
|
/arch/x86/kvm/ |
D | x86.c | 4721 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()
|