Home
last modified time | relevance | path

Searched refs:arch (Results 476 - 500 of 2039) sorted by relevance

1...<<11121314151617181920>>...82

/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dmachine_kexec.c71 kimage->arch.efi_boot = fw_arg0; in machine_kexec_prepare()
72 kimage->arch.systable_ptr = fw_arg2; in machine_kexec_prepare()
78 kimage->arch.cmdline_ptr = (unsigned long)cmdline_ptr; in machine_kexec_prepare()
83 if (!kimage->arch.cmdline_ptr) { in machine_kexec_prepare()
263 struct kimage_arch *internal = &image->arch; in machine_kexec()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c212 guest_ctxt = &vcpu->arch.ctxt; in __kvm_vcpu_run_vhe()
227 __load_stage2(vcpu->arch.hw_mmu, vcpu->arch.hw_mmu->arch); in __kvm_vcpu_run_vhe()
253 if (vcpu->arch.fp_state == FP_STATE_GUEST_OWNED) in __kvm_vcpu_run_vhe()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dkvm_mmu.h153 #define kvm_phys_shift(kvm) VTCR_EL2_IPA(kvm->arch.vtcr)
300 struct kvm_arch *arch)
302 write_sysreg(arch->vtcr, vtcr_el2);
315 return container_of(mmu->arch, struct kvm, arch);
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dmachine_kexec.c70 kimage->arch.efi_boot = fw_arg0; in machine_kexec_prepare()
71 kimage->arch.systable_ptr = fw_arg2; in machine_kexec_prepare()
77 kimage->arch.cmdline_ptr = (unsigned long)cmdline_ptr; in machine_kexec_prepare()
82 if (!kimage->arch.cmdline_ptr) { in machine_kexec_prepare()
260 struct kimage_arch *internal = &image->arch; in machine_kexec()
/third_party/node/lib/
H A Dos.js165 function arch() { function
166 return process.arch;
168 arch[SymbolToPrimitive] = () => process.arch;
376 arch,
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dmmu.c51 struct kvm_pgtable *pgt = kvm->arch.mmu.pgt; in stage2_apply_range()
83 kvm_call_hyp(__kvm_tlb_flush_vmid, &kvm->arch.mmu); in kvm_flush_remote_tlbs()
438 unmap_stage2_range(&kvm->arch.mmu, gpa, vm_end - vm_start); in stage2_unmap_memslot()
505 struct kvm_pgtable *pgt = kvm->arch.mmu.pgt; in kvm_phys_addr_ioremap()
571 stage2_wp_range(&kvm->arch.mmu, start, end); in kvm_mmu_wp_memory_region()
595 stage2_wp_range(&kvm->arch.mmu, start, end); in kvm_mmu_write_protect_pt_masked()
751 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in user_mem_abort()
871 pgt = vcpu->arch.hw_mmu->pgt; in user_mem_abort()
931 mmu = vcpu->arch.hw_mmu; in handle_access_fault()
1101 __unmap_stage2_range(&kvm->arch in kvm_unmap_hva_handler()
[all...]
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dp2m.c120 * Used to set HYPERVISOR_shared_info->arch.max_pfn so the toolstack
283 HYPERVISOR_shared_info->arch.pfn_to_mfn_frame_list_list = ~0UL; in xen_setup_mfn_list_list()
285 HYPERVISOR_shared_info->arch.pfn_to_mfn_frame_list_list = in xen_setup_mfn_list_list()
287 HYPERVISOR_shared_info->arch.max_pfn = xen_p2m_last_pfn; in xen_setup_mfn_list_list()
288 HYPERVISOR_shared_info->arch.p2m_generation = 0; in xen_setup_mfn_list_list()
289 HYPERVISOR_shared_info->arch.p2m_vaddr = (unsigned long)xen_p2m_addr; in xen_setup_mfn_list_list()
290 HYPERVISOR_shared_info->arch.p2m_cr3 = in xen_setup_mfn_list_list()
502 HYPERVISOR_shared_info->arch.p2m_generation++; in alloc_p2m_pmd()
507 HYPERVISOR_shared_info->arch.p2m_generation++; in alloc_p2m_pmd()
603 HYPERVISOR_shared_info->arch in xen_alloc_p2m_entry()
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dioapic.c113 struct kvm_ioapic *ioapic = vcpu->kvm->arch.vioapic; in __rtc_irq_eoi_tracking_restore_one()
142 struct kvm_ioapic *ioapic = vcpu->kvm->arch.vioapic; in kvm_rtc_eoi_tracking_restore_one()
281 struct kvm_ioapic *ioapic = vcpu->kvm->arch.vioapic; in kvm_ioapic_scan_entry()
507 struct kvm_lapic *apic = vcpu->arch.apic; in kvm_ioapic_update_eoi_one()
553 struct kvm_ioapic *ioapic = vcpu->kvm->arch.vioapic; in kvm_ioapic_update_eoi()
695 kvm->arch.vioapic = ioapic; in kvm_ioapic_init()
704 kvm->arch.vioapic = NULL; in kvm_ioapic_init()
713 struct kvm_ioapic *ioapic = kvm->arch.vioapic; in kvm_ioapic_destroy()
722 kvm->arch.vioapic = NULL; in kvm_ioapic_destroy()
728 struct kvm_ioapic *ioapic = kvm->arch in kvm_get_ioapic()
[all...]
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dp2m.c120 * Used to set HYPERVISOR_shared_info->arch.max_pfn so the toolstack
278 HYPERVISOR_shared_info->arch.pfn_to_mfn_frame_list_list = ~0UL; in xen_setup_mfn_list_list()
280 HYPERVISOR_shared_info->arch.pfn_to_mfn_frame_list_list = in xen_setup_mfn_list_list()
282 HYPERVISOR_shared_info->arch.max_pfn = xen_p2m_last_pfn; in xen_setup_mfn_list_list()
283 HYPERVISOR_shared_info->arch.p2m_generation = 0; in xen_setup_mfn_list_list()
284 HYPERVISOR_shared_info->arch.p2m_vaddr = (unsigned long)xen_p2m_addr; in xen_setup_mfn_list_list()
285 HYPERVISOR_shared_info->arch.p2m_cr3 = in xen_setup_mfn_list_list()
497 HYPERVISOR_shared_info->arch.p2m_generation++; in alloc_p2m_pmd()
502 HYPERVISOR_shared_info->arch.p2m_generation++; in alloc_p2m_pmd()
598 HYPERVISOR_shared_info->arch in xen_alloc_p2m_entry()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dioapic.c112 struct kvm_ioapic *ioapic = vcpu->kvm->arch.vioapic; in __rtc_irq_eoi_tracking_restore_one()
141 struct kvm_ioapic *ioapic = vcpu->kvm->arch.vioapic; in kvm_rtc_eoi_tracking_restore_one()
280 struct kvm_ioapic *ioapic = vcpu->kvm->arch.vioapic; in kvm_ioapic_scan_entry()
536 struct kvm_lapic *apic = vcpu->arch.apic; in kvm_ioapic_update_eoi_one()
582 struct kvm_ioapic *ioapic = vcpu->kvm->arch.vioapic; in kvm_ioapic_update_eoi()
724 kvm->arch.vioapic = ioapic; in kvm_ioapic_init()
733 kvm->arch.vioapic = NULL; in kvm_ioapic_init()
742 struct kvm_ioapic *ioapic = kvm->arch.vioapic; in kvm_ioapic_destroy()
751 kvm->arch.vioapic = NULL; in kvm_ioapic_destroy()
757 struct kvm_ioapic *ioapic = kvm->arch in kvm_get_ioapic()
[all...]
H A Dhyperv.h5 * derived from arch/x86/kvm/x86.c
59 return &kvm->arch.hyperv; in to_kvm_hv()
64 return vcpu->arch.hyperv; in to_hv_vcpu()
83 return &vcpu->kvm->arch.hyperv.hv_syndbg; in to_hv_syndbg()
98 return vcpu->arch.hyperv_enabled && to_kvm_hv(vcpu->kvm)->hv_guest_os_id; in kvm_hv_hypercall_enabled()
H A Ddebugfs.c18 *val = vcpu->arch.apic->lapic_timer.timer_advance_ns; in vcpu_get_timer_advance_ns()
36 *val = vcpu->arch.tsc_offset; in vcpu_get_tsc_offset()
45 *val = vcpu->arch.tsc_scaling_ratio; in vcpu_get_tsc_scaling_ratio()
120 rmap = slot->arch.rmap[k]; in kvm_mmu_rmaps_stat_show()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Davic.c244 if ((kvm->arch.apic_access_page_done == activate) || in avic_update_access_page()
255 kvm->arch.apic_access_page_done = activate; in avic_update_access_page()
270 if (!svm->vcpu.arch.apic->regs) in avic_init_backing_page()
281 svm->avic_backing_page = virt_to_page(svm->vcpu.arch.apic->regs); in avic_init_backing_page()
304 struct kvm_lapic *apic = svm->vcpu.arch.apic; in avic_incomplete_ipi_interception()
328 struct kvm_lapic *apic = svm->vcpu.arch.apic; in avic_incomplete_ipi_interception()
392 flat = kvm_lapic_get_reg(vcpu->arch.apic, APIC_DFR) == APIC_DFR_FLAT; in avic_ldr_write()
420 u32 ldr = kvm_lapic_get_reg(vcpu->arch.apic, APIC_LDR); in avic_handle_ldr_update()
421 u32 id = kvm_xapic_id(vcpu->arch.apic); in avic_handle_ldr_update()
441 u32 id = kvm_xapic_id(vcpu->arch in avic_handle_apic_id_update()
[all...]
/device/soc/rockchip/common/sdk_linux/scripts/
H A Drepack-bootimg100 default_kernel=arch/arm64/boot/Image.lz4
102 default_kernel=arch/arm64/boot/Image
106 default_kernel=arch/arm/boot/zImage
108 default_kernel=arch/arm/boot/Image
/kernel/linux/linux-5.10/drivers/crypto/vmx/
H A Dppc-xlate.pl48 my $arch = shift;
50 { $arch =~ s/\"//g;
51 $arch = ($flavour=~/64/) ? "ppc970-64" : "ppc970" if ($arch eq "any");
53 ".machine $arch";
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dmachine_kexec_file.c32 kvfree(image->arch.dtb); in arch_kimage_file_post_load_cleanup()
33 image->arch.dtb = NULL; in arch_kimage_file_post_load_cleanup()
179 image->arch.dtb = dtb; in load_other_segments()
180 image->arch.dtb_mem = kbuf.mem; in load_other_segments()
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Dppc-xlate.pl48 my $arch = shift;
50 { $arch =~ s/\"//g;
51 $arch = ($flavour=~/64/) ? "ppc970-64" : "ppc970" if ($arch eq "any");
53 ".machine $arch";
/kernel/linux/linux-6.6/arch/riscv/kvm/
H A Dvcpu_sbi_replace.c20 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_ext_time_handler()
51 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_ext_ipi_handler()
86 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_ext_rfence_handler()
141 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_ext_srst_handler()
/kernel/linux/linux-6.6/drivers/crypto/vmx/
H A Dppc-xlate.pl50 my $arch = shift;
52 { $arch =~ s/\"//g;
53 $arch = ($flavour=~/64/) ? "ppc970-64" : "ppc970" if ($arch eq "any");
55 ".machine $arch";
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Darch_timer.c314 struct arch_timer_context *ctx = &vcpu->arch.timer_cpu.timers[i]; in kvm_timer_earliest_exp()
338 vcpu = container_of(timer, struct kvm_vcpu, arch.timer_cpu); in kvm_bg_timer_expire()
964 offs->vm_offset = &vcpu->kvm->arch.timer_data.poffset; in kvm_timer_vcpu_reset()
995 ctxt->offset.vm_offset = &kvm->arch.timer_data.voffset; in timer_context_init()
997 ctxt->offset.vm_offset = &kvm->arch.timer_data.poffset; in timer_context_init()
1022 if (!test_bit(KVM_ARCH_FLAG_VM_COUNTER_OFFSET, &vcpu->kvm->arch.flags)) { in kvm_timer_vcpu_init()
1034 kvm->arch.timer_data.ppi[i] = default_ppi[i]; in kvm_timer_init_vm()
1062 &vcpu->kvm->arch.flags)) { in kvm_arm_timer_set_reg()
1077 &vcpu->kvm->arch.flags)) { in kvm_arm_timer_set_reg()
1460 mutex_lock(&vcpu->kvm->arch in timer_irqs_are_valid()
[all...]
/kernel/linux/linux-5.10/arch/mips/generic/
H A Dboard-ocelot.its.S8 arch = "mips"; define
19 arch = "mips"; define
/kernel/linux/linux-5.10/arch/mips/kvm/
H A Dstats.c57 if (vcpu->arch.cop0->stat[i][j]) in kvm_mips_dump_stats()
59 vcpu->arch.cop0->stat[i][j]); in kvm_mips_dump_stats()
H A Dcommpage.c28 struct kvm_mips_commpage *page = vcpu->arch.kseg0_commpage; in kvm_mips_commpage_init()
31 vcpu->arch.cop0 = &page->cop0; in kvm_mips_commpage_init()
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dboard-jaguar2.its.S8 arch = "mips"; define
18 arch = "mips"; define
H A Dboard-ocelot.its.S8 arch = "mips"; define
19 arch = "mips"; define

Completed in 18 milliseconds

1...<<11121314151617181920>>...82