Home
last modified time | relevance | path

Searched +defs:gen +defs:y (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c552 TCGv_i64 x, y; in tcg_gen_qemu_ld_i128_int() local
671 TCGv_i64 x, y, b = NULL; in tcg_gen_qemu_st_i128_int() local
861 gen_atomic_cx_i32 gen; in tcg_gen_atomic_cmpxchg_i32_int() local
949 gen_atomic_cx_i64 gen; in tcg_gen_atomic_cmpxchg_i64_int() local
1067 gen_atomic_cx_i128 gen; in tcg_gen_atomic_cmpxchg_i128_int() local
1126 gen_atomic_op_i32 gen; in do_atomic_op_i32() local
1170 gen_atomic_op_i64 gen = table[memop & (MO_SIZE | MO_BSWAP)]; in do_atomic_op_i64() local
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c30 static int linear_x_y_to_ftiled_pos(int x, int y, u32 stride, int bpp) in linear_x_y_to_ftiled_pos()
113 int gen = GRAPHICS_VER(i915); in fastblit_supports_x_tiling() local
363 u64 x, y; in tiled_offset() local
429 int x, y, p; in verify_buffer() local
/openbmc/linux/arch/mips/include/asm/
H A Dkvm_host.h276 #define TLB_HI_VPN2_HIT(x, y) ((TLB_VPN2(x) & ~(x).tlb_mask) == \ argument
278 #define TLB_HI_ASID_HIT(x, y) (TLB_IS_GLOBAL(x) || \ argument
894 static inline void kvm_arch_memslots_updated(struct kvm *kvm, u64 gen) {} in kvm_arch_memslots_updated()