Searched refs:base0 (Results 1 – 5 of 5) sorted by relevance
170 ulong base0 = (ulong) (data + 8); in cpu_post_test_load() local171 ulong base = base0; in cpu_post_test_load()198 ret = base == base0 + test->offset ? 0 : -1; in cpu_post_test_load()200 ret = base == base0 ? 0 : -1; in cpu_post_test_load()208 ret = *(uchar *)(base0 + test->offset) == value ? in cpu_post_test_load()212 ret = *(ushort *)(base0 + test->offset) == value ? in cpu_post_test_load()216 ret = *(short *)(base0 + test->offset) == value ? in cpu_post_test_load()220 ret = *(ulong *)(base0 + test->offset) == value ? in cpu_post_test_load()
155 ulong base0 = (ulong) (data + 8); in cpu_post_test_store() local156 ulong base = base0; in cpu_post_test_store()182 ret = base == base0 + test->offset ? 0 : -1; in cpu_post_test_store()184 ret = base == base0 ? 0 : -1; in cpu_post_test_store()192 ret = *(uchar *)(base0 + test->offset) == test->value ? in cpu_post_test_store()196 ret = *(ushort *)(base0 + test->offset) == test->value ? in cpu_post_test_store()200 ret = *(ulong *)(base0 + test->offset) == test->value ? in cpu_post_test_store()
124 uint64_t base0:16; member140 return (uint32_t)((desc->base2 << 24) | (desc->base1 << 16) | desc->base0); in x86_segment_base()148 desc->base0 = base & 0xffff; in x86_set_segment_base()
43 uint32_t base0; member
477 nand_pins_a: nand-base0@0 {