Home
last modified time | relevance | path

Searched refs:read_base (Results 1 – 7 of 7) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/x86/
Dfsgsbase.c76 static unsigned long read_base(enum which_base which) in read_base() function
126 base = read_base(GS); in check_gs_value()
160 base = read_base(GS); in mov_0_gs()
310 if (read_base(GS) != local) { in set_gs_and_switch_to()
318 local = read_base(GS); in set_gs_and_switch_to()
336 base = read_base(GS); in set_gs_and_switch_to()
361 base = read_base(GS); in test_unexpected_base()
/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_state_sbe.c320 uint8_t read_base, in ilo_state_sbe_init_for_rectlist() argument
327 info.cv_vue_attr_count = read_base + read_count; in ilo_state_sbe_init_for_rectlist()
328 info.vue_read_base = read_base; in ilo_state_sbe_init_for_rectlist()
Dilo_state_shader.c90 assert(urb->read_base + urb->read_count <= urb->cv_input_attr_count); in vertex_validate_gen6_urb()
92 assert(urb->read_base % 2 == 0 && urb->read_base <= max_read_base); in vertex_validate_gen6_urb()
142 ff->vue_read_offset = urb->read_base / 2; in vertex_get_gen6_ff()
Dilo_state_sbe.h95 uint8_t read_base,
Dilo_state_shader.h64 uint8_t read_base; member
/external/e2fsprogs/misc/
Dbadblocks.c737 unsigned char *test_base, *save_base, *read_base; in test_nd() local
775 read_base = blkbuf + (2 * blocks_at_once * block_size); in test_nd()
924 read_ptr = read_base; in test_nd()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_shader.c608 urb->read_base = 0; in init_shader_urb()