Lines Matching +full:power +full:- +full:domains
1 /* SPDX-License-Identifier: MIT */
24 #define TRC_HW 0x0080f000 /* Xen hardware-related traces */
25 #define TRC_GUEST 0x0800f000 /* Guest-generated traces */
41 #define TRC_SCHED_CLASS 0x00022000 /* Scheduler-specific */
54 #define TRC_SCHED_ID_SHIFT (TRC_SUBCLS_SHIFT - TRC_SCHED_ID_BITS)
55 #define TRC_SCHED_ID_MASK (((1UL<<TRC_SCHED_ID_BITS) - 1) << TRC_SCHED_ID_SHIFT)
58 /* Per-scheduler IDs, to identify scheduler specific events */
66 /* Per-scheduler tracing */
73 #define TRC_DOM0_DOMOPS 0x00041000 /* Domains manipulations */
76 #define TRC_HW_PM 0x00801000 /* Power management traces */
117 #define TRC_PV_SUBCALL 0x00202000 /* Sub-call in a multicall hypercall */
142 * 64-bit arguments in the record).
151 * A0-A5 bitfield values:
154 * 01b 32-bit argument present
155 * 10b 64-bit argument present
291 /* Assume the data buffer size is X. X is generally not a power of 2.
296 * power of 2:
297 * (((2^32 - 1) % X) + 1) % X != (2^32) % X
301 /* Records follow immediately after the meta-data header. */
306 * MFNs will be at ((unsigned long *)(t_info))+(t_info->cpu_offset[cpu]).
319 * c-file-style: "BSD"
320 * c-basic-offset: 4
321 * tab-width: 4
322 * indent-tabs-mode: nil