Searched refs:v3 (Results 1 – 18 of 18) sorted by relevance
/xen/xen/arch/arm/ |
A D | gic-v3.c | 318 WRITE_SYSREG32(d->v3.apr0[2], ICH_AP0R2_EL2); in restore_aprn_regs() 319 WRITE_SYSREG32(d->v3.apr1[2], ICH_AP1R2_EL2); in restore_aprn_regs() 322 WRITE_SYSREG32(d->v3.apr0[1], ICH_AP0R1_EL2); in restore_aprn_regs() 323 WRITE_SYSREG32(d->v3.apr1[1], ICH_AP1R1_EL2); in restore_aprn_regs() 326 WRITE_SYSREG32(d->v3.apr0[0], ICH_AP0R0_EL2); in restore_aprn_regs() 327 WRITE_SYSREG32(d->v3.apr1[0], ICH_AP1R0_EL2); in restore_aprn_regs() 341 d->v3.apr0[2] = READ_SYSREG32(ICH_AP0R2_EL2); in save_aprn_regs() 342 d->v3.apr1[2] = READ_SYSREG32(ICH_AP1R2_EL2); in save_aprn_regs() 345 d->v3.apr0[1] = READ_SYSREG32(ICH_AP0R1_EL2); in save_aprn_regs() 346 d->v3.apr1[1] = READ_SYSREG32(ICH_AP1R1_EL2); in save_aprn_regs() [all …]
|
A D | README.LinuxPrimitives | 9 bitops: last sync @ v3.16-rc6 (last commit: 8715466b6027) 15 cmpxchg: last sync @ v3.16-rc6 (last commit: e1dfda9ced9b) 21 atomics: last sync @ v3.16-rc6 (last commit: 8715466b6027) 31 mem*: last sync @ v3.16-rc6 (last commit: d875c9b37240) 45 str*: last sync @ v3.16-rc6 (last commit: 0a42cb0a6fa6) 69 bitops: last sync @ v3.16-rc6 (last commit: c32ffce0f66e) 77 cmpxchg: last sync @ v3.16-rc6 (last commit: c32ffce0f66e) 83 atomics: last sync @ v3.16-rc6 (last commit: 030d0178bdbd) 93 mem*: last sync @ v3.16-rc6 (last commit: d98b90ea22b0) 109 str*: last sync @ v3.16-rc6 (last commit: d98b90ea22b0) [all …]
|
A D | Makefile | 22 obj-$(CONFIG_GICV3) += gic-v3.o 23 obj-$(CONFIG_HAS_ITS) += gic-v3-its.o 24 obj-$(CONFIG_HAS_ITS) += gic-v3-lpi.o 56 obj-$(CONFIG_GICV3) += vgic-v3.o 57 obj-$(CONFIG_HAS_ITS) += vgic-v3-its.o
|
A D | Kconfig | 48 Driver for the ARM Generic Interrupt Controller v3.
|
/xen/xen/arch/x86/ |
A D | dmi_scan.c | 299 const struct smbios3_eps __iomem *v3; member 312 len = smbios.v3->max_size; in _dmi_iterate() 313 base = smbios.v3->address; in _dmi_iterate() 315 smbios.v3->major, smbios.v3->minor); in _dmi_iterate()
|
/xen/docs/misc/arm/ |
A D | passthrough.txt | 75 see [arm,gic-v3.txt] in the Linux repository. For both GICv2 and GICv3 191 …ic-v3.txt]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/…
|
/xen/xen/include/asm-arm/ |
A D | gic.h | 198 struct gic_v3 v3; member
|
/xen/docs/specs/ |
A D | libxc-migration-stream.pandoc | 742 v3 compat with v2 745 A v3 stream is compatible with a v2 stream, but mandates the presense of a 749 A v3-compatible reciever interpreting a v2 stream should infer the position of
|
/xen/docs/admin-guide/ |
A D | microcode-loading.rst | 50 model name : Intel(R) Xeon(R) CPU E3-1240 v3 @ 3.40GHz
|
/xen/ |
A D | README | 38 * GNU Make v3.80 or later
|
A D | COPYING | 9 version of the license (i.e., *only* v2, not v2.2 or v3.x or
|
/xen/docs/misc/ |
A D | vtd.txt | 246 You can use latest lspci (v3.1 and above) to check if your PCIe device
|
/xen/tools/libxl/ |
A D | libxl_types.idl | 471 (0x30, "v3")
|
/xen/xen/ |
A D | COPYING | 22 or v3.x or whatever), unless explicitly otherwise stated.
|
/xen/tools/libxc/ |
A D | COPYING | 3 particular version of the license (i.e., *only* v2.1, not v2.2 or v3.x
|
/xen/tools/libacpi/ |
A D | COPYING | 5 or v3.x, unless explicitly otherwise stated.
|
/xen/xen/common/libelf/ |
A D | COPYING | 3 version of the license (i.e., *only* v2.1, not v2.2 or v3.x or
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 2853 =item B<v3>
|
Completed in 23 milliseconds