Searched refs:far (Results 1 – 22 of 22) sorted by relevance
/xen/xen/arch/arm/ |
A D | traps.c | 473 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 D | domain.c | 155 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 D | domain.h | 137 uint64_t far; member
|
/xen/docs/process/ |
A D | tags.pandoc | 38 releases need the backport; but encouraged to specify a release as far
|
/xen/docs/misc/arm/ |
A D | silicon-errata.txt | 19 As far as Xen is concerned, Category B errata may require some special
|
/xen/docs/features/ |
A D | sched_credit2.pandoc | 89 contradictory and non-conclusive results so far. Need to run more of
|
A D | intel_psr_cat_cdp.pandoc | 409 CAT/CDP can only work on HW which enables it(check by CPUID). So far, there is
|
/xen/xen/drivers/passthrough/arm/ |
A D | smmu.c | 901 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 D | CODING_STYLE | 231 Note however that domain_crash() has its own traps: callers far up the
|
A D | COPYING | 7 of this notice. Note that the only valid version of the GPL as far as
|
/xen/docs/designs/ |
A D | argo.pandoc | 168 _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 D | xl-disk-configuration.5.pod | 42 so-far-unspecified positional parameters, in the order below. The
|
A D | xl.1.pod.in | 1823 far. 1859 and data) are mutually exclusive. There is no CDP support on L2 so far.
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 4125 ;; 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 D | vtd.txt | 202 2) As far as we know, following OEM systems also has vt-d enabled.
|
A D | xen-command-line.pandoc | 874 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 D | talloc_guide.txt | 566 This function lets you know the amount of memory alloced so far by
|
/xen/xen/ |
A D | COPYING | 20 Note that the only valid version of the GPL as far as Xen is concerned
|
/xen/tools/libxc/ |
A D | COPYING | 1 Note that the only valid version of the LGPL as far as the files in
|
/xen/tools/libacpi/ |
A D | COPYING | 3 far as the files in this directory (and its subdirectories) are concerned
|
/xen/xen/common/libelf/ |
A D | COPYING | 1 Note that the only valid version of the LGPL as far as
|
/xen/stubdom/grub.patches/ |
A D | 61btrfs.diff | 2785 + * walk up the tree as far as required to find it.
|
Completed in 44 milliseconds