Searched refs:instructions (Results 1 – 12 of 12) sorted by relevance
/xen/xen/drivers/acpi/apei/ |
A D | apei-base.c | 56 u32 instructions, in apei_exec_ctx_init() argument 64 ctx->instructions = instructions; in apei_exec_ctx_init() 179 if (entry->instruction >= ctx->instructions || in __apei_exec_run() 220 if (ins >= ctx->instructions || !ins_table[ins].run) { in apei_exec_for_each_entry()
|
A D | apei-internal.h | 29 u32 instructions; member 36 u32 instructions,
|
/xen/xen/arch/arm/ |
A D | Kconfig | 123 …bool "Cortex-A53: 827319: Data cache clean instructions might cause overlapping transactions to th… 136 The workaround promotes data cache clean instructions to 159 The workaround promotes data cache clean instructions to 168 bool "Cortex-A53: 819472: Store exclusive instructions might cause data corruption" 181 The workaround promotes data cache clean instructions to 198 instructions to Write-Back memory are mixed with Device loads.
|
/xen/docs/man/ |
A D | xen-tscmode.7.pod | 31 or any running apps? If the sum exceeds about 10,000 rdtsc instructions 51 the family of rdtsc instructions are executed "natively" vs emulated. 56 all rdtsc instructions were native: "fast but potentially incorrect." 57 Starting at Xen 4.0, the default is that all rdtsc instructions are 60 how rdtsc instructions are executed differently for different domains. 68 All rdtsc instructions are emulated; this is the best choice when 109 To determine the frequency of rdtsc instructions that are emulated, 185 processors. We refer to these together as the rdtsc family of instructions, 188 instructions to trap. This trap can be detected by Xen, which can 259 to Xen, where Xen can "filter" the result. In a PV OS, all cpuid instructions [all …]
|
/xen/docs/features/ |
A D | feature-levelling.pandoc | 75 on all `CPUID` instructions, allowing Xen full control over all information. 101 instructions requesting specific feature bitmap sets. The exact MSRs, and 142 PV `CPUID` instructions, storing this information as *levelling_caps*.
|
/xen/ |
A D | README | 22 This file contains some quick-start instructions to install Xen on 107 untar into xen-unstable. The rest of the instructions
|
/xen/docs/guest-guide/x86/ |
A D | hypercall-abi.rst | 52 The exact sequence of instructions required to issue a hypercall differs
|
/xen/xen/tools/kconfig/ |
A D | nconf.c | 950 static void show_menu(const char *prompt, const char *instructions, in show_menu() argument 956 current_instructions = instructions; in show_menu()
|
/xen/docs/process/ |
A D | xen-release-management.pandoc | 278 See instructions on: URL_TO_TEST_INSTRUCTIONS 365 Git checkout and build instructions can be found at:
|
/xen/docs/misc/ |
A D | livepatch.pandoc | 77 to replace the instructions. That is not a problem if the change is smaller 264 * Alternatives instructions. 931 Alternative assembler is a mechanism to use different instructions depending 942 and later architectures. It may be related to other alternative instructions. 974 hypervisor with IPIs, can be utilized to execute lockstep instructions
|
A D | xen-command-line.pandoc | 1254 arbitrary instructions. 2349 possible: instructions, cycles, and reference cycles. These can be used 2350 to calculate instructions per cycle (IPC). 2381 instructions. In the case of WFI, Xen blocks the guest vcpu; in the case 2458 Permit use of the `xsave/xrstor` instructions.
|
/xen/tools/xentrace/ |
A D | xenalyze.c | 277 long long instructions; member 2263 e->instructions = 0; in clear_interval_cycles()
|
Completed in 42 milliseconds