Lines Matching +full:0 +full:x0
40 #define SNIPPET_PV_TWEAK0 0x42UL
41 #define SNIPPET_PV_TWEAK1 0UL
42 #define SNIPPET_UNPACK_OFF 0
46 * C snippet instructions start at 0x4000 due to the prefix and the
50 #define SNIPPET_ENTRY_ADDR 0x4000
66 * @off: Offset from guest absolute 0x0 where snippet is copied to
96 * @off: Offset from guest absolute 0x0 where snippet is copied to
112 uv_unpack(vm, off, gbin_len, tweak[0]); in snippet_pv_init()
117 * - lowcore 0x0 - 0x1000 (asm) in snippet_pv_init()
118 * - stack 0x3000 (C) in snippet_pv_init()
120 for (i = 0; i < 4; i++) { in snippet_pv_init()