Home
last modified time | relevance | path

Searched defs:__packed (Results 1 – 13 of 13) sorted by relevance

/xen/xen/include/asm-arm/
A Dshort-desc.h30 typedef struct __packed { struct
52 typedef struct __packed { argument
75 typedef struct __packed { argument
92 typedef struct __packed { argument
111 typedef struct __packed { argument
112 unsigned int dt:2; /* Descriptor type */
113 unsigned int pad1:8;
114 unsigned int base:22; /* Base address of block or next table */
A Dlpae.h27 typedef struct __packed { struct
29 unsigned long valid:1; /* Valid mapping */
37 unsigned long ns:1; /* Not-Secure */
39 unsigned long ro:1; /* Read-Only */
41 unsigned long af:1; /* Access Flag */
42 unsigned long ng:1; /* Not-Global */
71 typedef struct __packed { argument
85 unsigned long sbz4:1;
111 typedef struct __packed { argument
116 unsigned long pad2:10;
[all …]
/xen/xen/include/asm-x86/
A Dtboot.h42 typedef struct __packed { struct
55 typedef struct __packed { argument
61 typedef struct __packed { argument
69 typedef struct __packed { argument
81 typedef struct __packed { argument
85 uint32_t log_addr; /* physical addr of tb_log_t log */
90 uint32_t tboot_base; /* starting addr for tboot */
91 uint32_t tboot_size; /* size of tboot */
94 tboot_mac_region_t mac_regions[MAX_TB_MAC_REGIONS];
97 uint8_t s3_key[TB_KEY_SIZE];
[all …]
A Dedd.h60 u8 bus;
61 u8 slot;
63 u8 channel;
82 u8 device;
89 u8 device;
90 u8 lun;
97 u16 id;
98 u64 lun;
107 u64 eui;
111 u64 wwid;
[all …]
/xen/xen/arch/x86/
A Dtrace.c13 struct __packed { in __trace_pv_trap() struct
14 unsigned eip:32, in __trace_pv_trap()
15 trapnr:15, in __trace_pv_trap()
29 struct __packed { in __trace_pv_trap() struct
54 struct __packed { in __trace_pv_page_fault() struct
55 u32 eip, addr, error_code; in __trace_pv_page_fault()
66 struct __packed { in __trace_pv_page_fault() struct
67 unsigned long eip, addr; in __trace_pv_page_fault()
101 u32 va1, va2; in __trace_trap_two_addr()
110 unsigned long va1, va2; in __trace_trap_two_addr()
[all …]
A Dtboot.c55 typedef struct __packed { struct
57 sha1_hash_t bios_acm_id;
59 uint64_t mseg_valid;
60 sha1_hash_t sinit_hash;
61 sha1_hash_t mle_hash;
62 sha1_hash_t stm_hash;
66 uint32_t reserved;
67 uint32_t num_mdrs;
68 uint32_t mdrs_off;
69 uint32_t num_vtd_dmars;
[all …]
/xen/xen/arch/x86/boot/
A Dcmdline.c38 typedef struct __packed { struct
39 u8 skip_realmode;
40 u8 opt_edd;
41 u8 opt_edid;
42 u8 padding;
44 u16 boot_vid_mode;
45 u16 vesa_width;
46 u16 vesa_height;
47 u16 vesa_depth;
A Ddefs.h26 #define __packed __attribute__((__packed__)) macro
/xen/xen/common/sched/
A Drt.c460 struct __packed { in rt_update_deadline() struct
461 unsigned unit:16, dom:16; in rt_update_deadline()
463 uint64_t cur_deadline, cur_budget; in rt_update_deadline()
970 struct __packed { in burn_budget() struct
971 unsigned unit:16, dom:16; in burn_budget()
973 int delta; in burn_budget()
1024 struct __packed { in runq_pick() struct
1025 unsigned unit:16, dom:16; in runq_pick()
1026 uint64_t cur_deadline, cur_budget; in runq_pick()
1058 struct __packed { in rt_schedule() struct
[all …]
/xen/xen/common/
A Dtrace.c645 struct __packed { in insert_lost_records() struct
646 u32 lost_records; in insert_lost_records()
647 u16 did, vid; in insert_lost_records()
648 u64 first_tsc; in insert_lost_records()
/xen/xen/arch/x86/mm/shadow/
A Dmulti.c2638 struct __packed { in trace_shadow_fixup() struct
2642 guest_va_t va; in trace_shadow_fixup()
2643 u32 flags; in trace_shadow_fixup()
2662 struct __packed { in trace_not_shadow_fault() struct
2666 guest_va_t va; in trace_not_shadow_fault()
2667 u32 flags; in trace_not_shadow_fault()
2687 struct __packed { in trace_shadow_emulate_other() struct
2691 u32 gfn; in trace_shadow_emulate_other()
2737 struct __packed { in trace_shadow_emulate() struct
2740 guest_l1e_t gl1e, write_val; in trace_shadow_emulate()
[all …]
/xen/xen/include/xen/
A Dcompiler.h19 #define __packed __attribute__((__packed__)) macro
/xen/xen/include/asm-x86/hvm/vmx/
A Dvmx.h501 struct __packed { in __invvpid() struct
502 u64 vpid:16; in __invvpid()
503 u64 rsvd:48; in __invvpid()
504 u64 gva; in __invvpid()

Completed in 55 milliseconds