Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dtraps.c495 register_t far = READ_SYSREG(FAR_EL1) & 0xffffffffUL; in inject_abt32_exception()
496 far |= addr << 32; in inject_abt32_exception()
497 WRITE_SYSREG(far, FAR_EL1); in inject_abt32_exception()
510 far |= addr; in inject_abt32_exception()
511 WRITE_SYSREG(far, FAR_EL1); in inject_abt32_exception()
751 uint64_t far; member
853 (uint32_t)(ctxt->far >> 32), in show_registers_32()
855 (uint32_t)(ctxt->far & 0xffffffff), in show_registers_32()
916 printk(" FAR_EL1: %016"PRIx64"\n", ctxt->far); in show_registers_64()
996 ctxt.far = READ_SYSREG(FAR_EL1); in show_registers()
[all …]
A Ddomain.c153 p->arch.far = READ_SYSREG64(FAR_EL1); in ctxt_switch_from()
200 WRITE_SYSREG64(n->arch.far, FAR_EL1); in ctxt_switch_to()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Ddomain.h196 uint64_t far; member
/xen-4.10.0-shim-comet/docs/misc/arm/
A Dsilicon-errata.txt19 As far as Xen is concerned, Category B errata may require some special
/xen-4.10.0-shim-comet/docs/features/
A Dsched_credit2.pandoc91 contradictory and non-conclusive results so far. Need to run more of
A Dintel_psr_cat_cdp.pandoc400 CAT/CDP can only work on HW which enables it(check by CPUID). So far, there is
/xen-4.10.0-shim-comet/xen/drivers/passthrough/arm/
A Dsmmu.c902 u32 fsr, far, fsynr, resume; in arm_smmu_context_fault() local
924 far = readl_relaxed(cb_base + ARM_SMMU_CB_FAR_LO); in arm_smmu_context_fault()
925 iova = far; in arm_smmu_context_fault()
927 far = readl_relaxed(cb_base + ARM_SMMU_CB_FAR_HI); in arm_smmu_context_fault()
928 iova |= ((unsigned long)far << 32); in arm_smmu_context_fault()
/xen-4.10.0-shim-comet/docs/man/
A Dxl-disk-configuration.pod.542 so-far-unspecified positional parameters, in the order below. The
A Dxl.pod.1.in1768 far.
1804 and data) are mutually exclusive. There is no CDP support on L2 so far.
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Drombios.c4125 ;; far jump to flush CPU queue after transition to protected mode
4152 ;; far jump to flush CPU queue after transition to real mode
8663 ;; make far call to EBDA:0022
8669 call far ptr[0x22]
9333 jmp far ptr [0x467]
10313 ;; far jump to flush CPU queue after transition to real mode
10358 dw pmm_entry_point,0xf000 ;; far call entrypoint
10370 lea ebx, [eax+ebx+38] ;; ebx=(ss<<4)+sp+4(far call)+2(pushf)+32(pushad)
10625 mov bx, IPL_COUNT_OFFSET ;; Read the number of entries so far
10630 mov IPL_TABLE_OFFSET+6[bx], cx ;; Build a far pointer from the segment...
[all …]
/xen-4.10.0-shim-comet/docs/misc/
A Dvtd.txt202 2) As far as we know, following OEM systems also has vt-d enabled.
A Dxen-command-line.markdown682 allow it to balloon up as far as 1GB use `dom0_mem=512M,max:1G`
/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc_guide.txt566 This function lets you know the amount of memory alloced so far by
/xen-4.10.0-shim-comet/xen/
A DCOPYING20 Note that the only valid version of the GPL as far as Xen is concerned
/xen-4.10.0-shim-comet/
A DCOPYING7 of this notice. Note that the only valid version of the GPL as far as
/xen-4.10.0-shim-comet/tools/libacpi/
A DCOPYING3 far as the files in this directory (and its subdirectories) are concerned
/xen-4.10.0-shim-comet/tools/libxc/
A DCOPYING1 Note that the only valid version of the LGPL as far as the files in
/xen-4.10.0-shim-comet/xen/common/libelf/
A DCOPYING1 Note that the only valid version of the LGPL as far as
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.tab.c_shipped1413 /* Number of syntax errors so far. */
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D61btrfs.diff2796 + * walk up the tree as far as required to find it.

Completed in 45 milliseconds