Lines Matching +full:pdc +full:- +full:global
4 * Hardware platform operations. Intended for use by domain-0 kernel.
24 * Copyright (c) 2002-2006, K Fraser
57 * Request memory range (@mfn, @mfn+@nr_mfns-1) to have type @type.
58 * On x86, @type is an architecture-defined MTRR memory type.
61 * (x86-specific).
76 * Tear down an existing memory-range type. If @handle is remembered then it
80 * (x86-specific).
90 /* Read current type of an MTRR (x86-specific). */
111 #define QUIRK_NOIRQBALANCING 1 /* Do not restrict IO-APIC RTE targets */
112 #define QUIRK_IOAPIC_BAD_REGSEL 2 /* IO-APIC REGSEL forgets its value */
113 #define QUIRK_IOAPIC_GOOD_REGSEL 3 /* IO-APIC REGSEL behaves properly */
136 * This field is generally used for per sub-function flags (defined
174 GUEST_HANDLE(void) name; /* UCS-2/UTF-16 string */
187 GUEST_HANDLE(void) name; /* UCS-2/UTF-16 string */
254 /* must refer to 128-byte buffer */
268 /* UCS-2/UTF-16 string */
305 * @cpumap_bitmap with range [0..@cpumap_nr_cpus-1]. The @idletime array is
308 * non-existent CPUs are cleared. Such CPUs have their @idletime array entry
380 struct xen_processor_flags flags; /* global flags of this processor */
431 GUEST_HANDLE(uint32_t) pdc;