Searched refs:Gich (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/arch/arm64/hypervisor/gic/
H A Dgicv2.cpp15 typedef struct Gich { struct
29 } __attribute__((__packed__)) Gich; typedef in typeref:struct:Gich
31 static_assert(__offsetof(Gich, hcr) == 0x00, "");
32 static_assert(__offsetof(Gich, vtr) == 0x04, "");
33 static_assert(__offsetof(Gich, vmcr) == 0x08, "");
34 static_assert(__offsetof(Gich, misr) == 0x10, "");
35 static_assert(__offsetof(Gich, eisr) == 0x20, "");
36 static_assert(__offsetof(Gich, elrsr) == 0x30, "");
37 static_assert(__offsetof(Gich, apr) == 0xf0, "");
38 static_assert(__offsetof(Gich, l
[all...]

Completed in 106 milliseconds