Home
last modified time | relevance | path

Searched refs:memtype (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve.td824 multiclass contiguous_load<string mnemonic, PrimitiveType memtype,
830 (load (address (CPtr<Vector> $addr), !srl(memtype.size,3)))>,
835 (CPtr<Vector> $addr), !srl(memtype.size,3),
845 (load (address (CPtr<Vector> $addr), !srl(memtype.size,3)))>,
850 (CPtr<Vector> $addr), !srl(memtype.size,3),
860 (extend (load (address (CPtr<NarrowedVecOf<memtype,Vector>>
861 $addr), !srl(memtype.size,3))),
867 [NarrowedVecOf<memtype,Vector>,
868 CPtr<NarrowedVecOf<memtype,Vector>>]>
869 (CPtr<NarrowedVecOf<memtype,Vector>> $addr),
[all …]
/freebsd/stand/kboot/kboot/
H A Dseg.c175 first_avail(uint64_t align, uint64_t min_size, uint64_t memtype) in first_avail() argument
180 if (segs[i].type != memtype) /* Not candidate */ in first_avail()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg.h338 u32 memtype; /* which memory (EDC0, EDC1, MC) */ member
H A Dcudbg_lib.c1984 dparams->memtype = params->u.devlog_param.memtype; in collect_fw_devlog()
2002 dparams->memtype, dparams->start, in collect_fw_devlog()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h299 u32 memtype; /* which memory (FW_MEMTYPE_* ) */ member
H A Dt4_hw.c9493 dparams->memtype = G_PCIE_FW_PF_DEVLOG_MEMTYPE(pf_dparams); in t4_init_devlog_params()
9528 dparams->memtype = G_FW_DEVLOG_CMD_MEMTYPE_DEVLOG(devlog_meminfo); in t4_init_devlog_params()
/freebsd/stand/efi/loader/
H A Dmain.c89 EFI_GUID memtype = MEMORY_TYPE_INFORMATION_TABLE_GUID; variable
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c647 * MUST match the defines above, such that memtype[D_XXX] == M_XXX
649 static struct malloc_type *memtype[] = { variable
681 #define DtoM(type) (memtype[type])
688 memtype[type]->ks_shortdesc : "???")
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c4416 rc = validate_mt_off_len(sc, dparams->memtype, dparams->start, in fixup_devlog_params()
12959 m = fwmtype_to_hwmtype(dparams->memtype); in t4_dump_devlog()