Searched refs:far (Results 1 – 20 of 20) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | traps.c | 495 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 D | domain.c | 153 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 D | domain.h | 196 uint64_t far; member
|
/xen-4.10.0-shim-comet/docs/misc/arm/ |
A D | silicon-errata.txt | 19 As far as Xen is concerned, Category B errata may require some special
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | sched_credit2.pandoc | 91 contradictory and non-conclusive results so far. Need to run more of
|
A D | intel_psr_cat_cdp.pandoc | 400 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 D | smmu.c | 902 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 D | xl-disk-configuration.pod.5 | 42 so-far-unspecified positional parameters, in the order below. The
|
A D | xl.pod.1.in | 1768 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 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-4.10.0-shim-comet/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.markdown | 682 allow it to balloon up as far as 1GB use `dom0_mem=512M,max:1G`
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | talloc_guide.txt | 566 This function lets you know the amount of memory alloced so far by
|
/xen-4.10.0-shim-comet/xen/ |
A D | COPYING | 20 Note that the only valid version of the GPL as far as Xen is concerned
|
/xen-4.10.0-shim-comet/ |
A D | COPYING | 7 of this notice. Note that the only valid version of the GPL as far as
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | COPYING | 3 far as the files in this directory (and its subdirectories) are concerned
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | COPYING | 1 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 D | COPYING | 1 Note that the only valid version of the LGPL as far as
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.tab.c_shipped | 1413 /* Number of syntax errors so far. */
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 61btrfs.diff | 2796 + * walk up the tree as far as required to find it.
|
Completed in 58 milliseconds