Home
last modified time | relevance | path

Searched +full:0 +full:xd000000 (Results 1 – 2 of 2) sorted by relevance

/Documentation/devicetree/bindings/interrupt-controller/
Driscv,aplic.yaml74 first child APLIC domain assigned child index 0. The APLIC domain child
122 reg = <0xc000000 0x4080>;
134 reg = <0xd000000 0x4080>;
144 reg = <0xe000000 0x4080>;
156 reg = <0xc000000 0x4000>;
167 reg = <0xd000000 0x4000>;
/Documentation/bpf/
Dbtf.rst53 The magic is ``0xeB9F``, which has different encoding for big and little
68 The type id ``0`` is reserved for ``void`` type. The type section is parsed
100 * bits 0-15: vlen (e.g. # of struct's members)
130 * ``info.kind_flag``: 0
132 * ``info.vlen``: 0
137 #define BTF_INT_ENCODING(VAL) (((VAL) & 0x0f000000) >> 24)
138 #define BTF_INT_OFFSET(VAL) (((VAL) & 0x00ff0000) >> 16)
139 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff)
143 #define BTF_INT_SIGNED (1 << 0)
171 * the int type has ``BTF_INT_OFFSET() = 0`` and ``BTF_INT_BITS() = 4``
[all …]