Lines Matching refs:foo

9 	long long foo;  member
24 int foo[MAX_ENTRIES]; member
190 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo)), in via_const_imm_full_range()
191 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in via_const_imm_full_range()
218 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in via_const_imm_partial_range()
244 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in via_const_imm_empty_range()
271 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo) + 8), in imm_out_of_bound_range()
272 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in imm_out_of_bound_range()
299 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in const_imm_negative_range_adjustment_1()
326 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in const_imm_negative_range_adjustment_2()
354 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo)), in via_const_reg_full_range()
355 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in via_const_reg_full_range()
383 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in via_const_reg_partial_range()
437 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo) + 8), in reg_out_of_bound_range()
438 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in reg_out_of_bound_range()
466 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in const_reg_negative_range_adjustment_1()
494 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in const_reg_negative_range_adjustment_2()
523 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo)), in map_via_variable_full_range()
524 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in map_via_variable_full_range()
553 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in map_via_variable_partial_range()
581 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in map_via_variable_empty_range()
637 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo) + 1), in via_variable_wrong_max_check_1()
638 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in via_variable_wrong_max_check_1()