Home
last modified time | relevance | path

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

/xen/xen/arch/arm/
A Dtraps.c473 register_t far = READ_SYSREG(FAR_EL1) & 0xffffffffUL; in inject_abt32_exception()
474 far |= addr << 32; in inject_abt32_exception()
475 WRITE_SYSREG(far, FAR_EL1); in inject_abt32_exception()
488 far |= addr; in inject_abt32_exception()
489 WRITE_SYSREG(far, FAR_EL1); in inject_abt32_exception()
711 uint64_t far; member
813 (uint32_t)(ctxt->far >> 32), in show_registers_32()
815 (uint32_t)(ctxt->far & 0xffffffff), in show_registers_32()
876 printk(" FAR_EL1: %016"PRIx64"\n", ctxt->far); in show_registers_64()
946 ctxt.far = READ_SYSREG(FAR_EL1); in show_registers()
[all …]
A Ddomain.c155 p->arch.far = READ_SYSREG64(FAR_EL1); in ctxt_switch_from()
203 WRITE_SYSREG64(n->arch.far, FAR_EL1); in ctxt_switch_to()
/xen/xen/include/asm-arm/
A Ddomain.h137 uint64_t far; member
/xen/docs/process/
A Dtags.pandoc38 releases need the backport; but encouraged to specify a release as far
/xen/docs/misc/arm/
A Dsilicon-errata.txt19 As far as Xen is concerned, Category B errata may require some special
/xen/docs/features/
A Dsched_credit2.pandoc89 contradictory and non-conclusive results so far. Need to run more of
A Dintel_psr_cat_cdp.pandoc409 CAT/CDP can only work on HW which enables it(check by CPUID). So far, there is
/xen/xen/drivers/passthrough/arm/
A Dsmmu.c901 u32 fsr, far, fsynr; in arm_smmu_context_fault() local
917 far = readl_relaxed(cb_base + ARM_SMMU_CB_FAR_LO); in arm_smmu_context_fault()
918 iova = far; in arm_smmu_context_fault()
920 far = readl_relaxed(cb_base + ARM_SMMU_CB_FAR_HI); in arm_smmu_context_fault()
921 iova |= ((unsigned long)far << 32); in arm_smmu_context_fault()
/xen/
A DCODING_STYLE231 Note however that domain_crash() has its own traps: callers far up the
A DCOPYING7 of this notice. Note that the only valid version of the GPL as far as
/xen/docs/designs/
A Dargo.pandoc168 _all domains_, but again at the expense of far less concurrency: no other
190 stop is expected to be a far less frequent operation than the other argo
/xen/docs/man/
A Dxl-disk-configuration.5.pod42 so-far-unspecified positional parameters, in the order below. The
A Dxl.1.pod.in1823 far.
1859 and data) are mutually exclusive. There is no CDP support on L2 so far.
/xen/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/docs/misc/
A Dvtd.txt202 2) As far as we know, following OEM systems also has vt-d enabled.
A Dxen-command-line.pandoc874 allow it to balloon up as far as 1GB use `dom0_mem=512M,max:1G`
1391 impersonate each other as far as interrupts as concerned (see XSA-36), but
/xen/tools/xenstore/
A Dtalloc_guide.txt566 This function lets you know the amount of memory alloced so far by
/xen/xen/
A DCOPYING20 Note that the only valid version of the GPL as far as Xen is concerned
/xen/tools/libxc/
A DCOPYING1 Note that the only valid version of the LGPL as far as the files in
/xen/tools/libacpi/
A DCOPYING3 far as the files in this directory (and its subdirectories) are concerned
/xen/xen/common/libelf/
A DCOPYING1 Note that the only valid version of the LGPL as far as
/xen/stubdom/grub.patches/
A D61btrfs.diff2785 + * walk up the tree as far as required to find it.

Completed in 44 milliseconds