Home
last modified time | relevance | path

Searched refs:ext (Results 1776 - 1800 of 2410) sorted by relevance

1...<<71727374757677787980>>...97

/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Darm.c179 int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext) in kvm_vm_ioctl_check_extension() argument
182 switch (ext) { in kvm_vm_ioctl_check_extension()
233 r = kvm_arch_vm_ioctl_check_extension(kvm, ext); in kvm_vm_ioctl_check_extension()
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dmmu.c1697 unsigned long ext = 0; in set_pte_at() local
1702 ext |= PTE_EXT_NG; in set_pte_at()
1705 set_pte_ext(ptep, pteval, ext); in set_pte_at()
/kernel/linux/linux-5.10/arch/mips/kvm/
H A Dmips.c1064 int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext) in kvm_vm_ioctl_check_extension() argument
1068 switch (ext) { in kvm_vm_ioctl_check_extension()
1105 r = kvm_mips_callbacks->check_extension(kvm, ext); in kvm_vm_ioctl_check_extension()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dlbr.c1188 int ext, to_plm, from_plm; in branch_type() local
1307 ext = (insn.modrm.bytes[0] >> 3) & 0x7; in branch_type()
1308 switch (ext) { in branch_type()
/kernel/linux/linux-5.10/drivers/counter/
H A D104-quad-8.c1393 .ext = quad8_signal_ext, \
1400 .ext = quad8_index_ext, \
1498 .ext = quad8_count_ext, \
/kernel/linux/linux-6.6/arch/mips/kvm/
H A Dmips.c1033 int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext) in kvm_vm_ioctl_check_extension() argument
1037 switch (ext) { in kvm_vm_ioctl_check_extension()
1074 r = kvm_mips_callbacks->check_extension(kvm, ext); in kvm_vm_ioctl_check_extension()
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dmmu.c1804 unsigned long ext = 0; in set_ptes() local
1809 ext |= PTE_EXT_NG; in set_ptes()
1813 set_pte_ext(ptep, pteval, ext); in set_ptes()
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c662 struct hfi_mpeg4_header_extension *in = pdata, *ext = prop_data; in pkt_session_set_property_1x() local
664 ext->header_extension = in->header_extension; in pkt_session_set_property_1x()
665 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*ext); in pkt_session_set_property_1x()
/kernel/linux/linux-5.10/fs/ntfs/
H A Daops.c452 base_ni = ni->ext.base_ntfs_ino; in ntfs_readpage()
1267 base_tni = tni->ext.base_ntfs_ino; in ntfs_write_mst_block()
1433 base_ni = ni->ext.base_ntfs_ino; in ntfs_writepage()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dnamei.c292 unsigned char (*ext)[F2FS_EXTENSION_LEN]; in set_compress_inode()
316 ext = F2FS_OPTION(sbi).extensions; in set_compress_inode()
319 if (!is_extension_exist(name, ext[i], false)) in set_compress_inode()
/kernel/linux/linux-6.6/fs/ntfs/
H A Daops.c453 base_ni = ni->ext.base_ntfs_ino; in ntfs_read_folio()
1269 base_tni = tni->ext.base_ntfs_ino; in ntfs_write_mst_block()
1436 base_ni = ni->ext.base_ntfs_ino; in ntfs_writepage()
/kernel/linux/linux-6.6/drivers/counter/
H A D104-quad-8.c1080 .ext = quad8_signal_ext, \
1087 .ext = quad8_index_ext, \
1176 .ext = quad8_count_ext, \
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-dbg-tlv.c327 bool ext) in iwl_dbg_tlv_alloc()
329 enum iwl_ini_cfg_state *cfg_state = ext ? in iwl_dbg_tlv_alloc()
366 "WRT: Failed to allocate TLV 0x%x, ret %d, (ext=%d)\n", in iwl_dbg_tlv_alloc()
367 type, ret, ext); in iwl_dbg_tlv_alloc()
326 iwl_dbg_tlv_alloc(struct iwl_trans *trans, const struct iwl_ucode_tlv *tlv, bool ext) iwl_dbg_tlv_alloc() argument
/third_party/jinja2/
H A Denvironment.py59 from .ext import Extension
669 for ext in self.iter_extensions():
670 stream = ext.filter_stream(stream) # type: ignore
H A Dparser.py180 ext = self.extensions.get(token.value)
181 if ext is not None:
182 return ext(self)
/third_party/node/deps/v8/third_party/jinja2/
H A Dparser.py146 ext = self.extensions.get(token.value)
147 if ext is not None:
148 return ext(self)
/third_party/node/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py249 ext = self.spec.get("product_extension", None)
250 if ext:
251 return ext
/third_party/node/tools/inspector_protocol/jinja2/
H A Dparser.py135 ext = self.extensions.get(token.value)
136 if ext is not None:
137 return ext(self)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmsvs_emulation.py249 ext = self.spec.get("product_extension", None)
250 if ext:
251 return ext
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c751 vk_foreach_struct(ext, caps->pNext) { in wsi_wl_surface_get_capabilities2()
752 switch (ext->sType) { in wsi_wl_surface_get_capabilities2()
754 VkSurfaceProtectedCapabilitiesKHR *protected = (void *)ext; in wsi_wl_surface_get_capabilities2()
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h313 void Move(Register dst, ExternalReference ext);
378 void Call(ExternalReference ext);
884 void JumpToExternalReference(const ExternalReference& ext,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayControlTests.cpp145 for (auto ext: extensions) in createTestDevice()
147 if (!context.isDeviceFunctionalitySupported(ext)) in createTestDevice()
148 TCU_THROW(NotSupportedError, (string(ext) + " is not supported").c_str()); in createTestDevice()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.hpp241 void require_extension(const std::string &ext);
348 bool has_extension(const std::string &ext) const;
349 void require_extension_internal(const std::string &ext);
/third_party/skia/third_party/externals/jinja2/
H A Dparser.py146 ext = self.extensions.get(token.value)
147 if ext is not None:
148 return ext(self)
/third_party/protobuf/python/google/protobuf/internal/
H A Djson_format_test.py260 ext = json_format_pb2.TestExtension.ext
261 message.Extensions[ext].value = 'stuff'
266 '[protobuf_unittest.TestExtension.ext]': {

Completed in 50 milliseconds

1...<<71727374757677787980>>...97