Home
last modified time | relevance | path

Searched refs:base_format (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/s390/tools/
H A Dgen_opcode_table.c135 char *base_format, **ptr; in insn_format_to_type() local
139 base_format = tmp; in insn_format_to_type()
140 base_format = strsep(&base_format, "_"); in insn_format_to_type()
144 if (!strcmp(base_format, *ptr)) in insn_format_to_type()
/linux-6.15/drivers/iommu/riscv/
H A Diommu.c565 const bool base_format = !(iommu->caps & RISCV_IOMMU_CAPABILITIES_MSI_FLAT); in riscv_iommu_get_dc() local
588 if (base_format) { in riscv_iommu_get_dc()
645 ddtp += (devid & ((64 << base_format) - 1)) << (3 - base_format); in riscv_iommu_get_dc()