Home
last modified time | relevance | path

Searched refs:vec (Results 1276 - 1280 of 1280) sorted by relevance

1...<<5152

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c3009 vcpu->arch.apf.vec = data & KVM_ASYNC_PF_VEC_MASK; in kvm_pv_enable_async_pf_int()
11327 .vector = vcpu->arch.apf.vec in kvm_arch_async_page_present()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c3455 vcpu->arch.apf.vec = data & KVM_ASYNC_PF_VEC_MASK; in kvm_pv_enable_async_pf_int()
13157 .vector = vcpu->arch.apf.vec in kvm_arch_async_page_present()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2546 find_imm_in_vec4(const union tgsi_immediate_data vec[4], in find_imm_in_vec4() argument
2551 if (vec[i].Int == x.Int) in find_imm_in_vec4()
11994 * return atleast vec(1.0f) in emit_temp_tessfactor_instructions()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp3720 bool match(std::vector<T, AllocMatch> const& vec) const override {
3721 if (m_target.size() != vec.size()) {
3724 return std::is_permutation(m_target.begin(), m_target.end(), vec.begin());
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5131 pub fn mincore(addr: *const ::c_void, len: ::size_t, vec: *mut ::c_char) -> ::c_int; in mincore()

Completed in 70 milliseconds

1...<<5152