Searched refs:memtype (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_mve.td | 824 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 D | seg.c | 175 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 D | cudbg.h | 338 u32 memtype; /* which memory (EDC0, EDC1, MC) */ member
|
H A D | cudbg_lib.c | 1984 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 D | common.h | 299 u32 memtype; /* which memory (FW_MEMTYPE_* ) */ member
|
H A D | t4_hw.c | 9493 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 D | main.c | 89 EFI_GUID memtype = MEMORY_TYPE_INFORMATION_TABLE_GUID; variable
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_softdep.c | 647 * 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 D | t4_main.c | 4416 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()
|