Searched refs:memtype (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg.h340 u32 memtype; /* which memory (EDC0, EDC1, MC) */ member in struct:cudbg_param::__anon11932::__anon11933
H A Dcudbg_lib.c1987 dparams->memtype = params->u.devlog_param.memtype;
2005 dparams->memtype, dparams->start,
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dcommon.h299 u32 memtype; /* which memory (FW_MEMTYPE_* ) */ member in struct:devlog_params
H A Dt4_hw.c9524 dparams->memtype = G_PCIE_FW_PF_DEVLOG_MEMTYPE(pf_dparams);
9559 dparams->memtype = G_FW_DEVLOG_CMD_MEMTYPE_DEVLOG(devlog_meminfo);
/freebsd-13-stable/stand/efi/loader/
H A Dmain.c80 EFI_GUID memtype = MEMORY_TYPE_INFORMATION_TABLE_GUID; variable
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_softdep.c706 * MUST match the defines above, such that memtype[D_XXX] == M_XXX
708 static struct malloc_type *memtype[] = { variable in typeref:struct:malloc_type
740 #define DtoM(type) (memtype[type])
747 memtype[type]->ks_shortdesc : "???")
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_main.c3403 * Verify that the memory range specified by the memtype/offset/len pair is
3404 * valid and lies entirely within the memtype specified. The global address of
3457 rc = validate_mt_off_len(sc, dparams->memtype, dparams->start,
11540 m = fwmtype_to_hwmtype(dparams->memtype);

Completed in 202 milliseconds