Home
last modified time | relevance | path

Searched refs:ctx_mem (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
HDdd_rtl.cpp91 static u64 ctx_mem[sizeof(Context) / sizeof(u64) + 1]; in Initialize() local
92 ctx = new(ctx_mem) Context(); in Initialize()
/freebsd-13-stable/sys/dev/bnxt/
HDif_bnxt.c877 rmem->init_val = softc->ctx_mem->ctx_kind_initializer; in bnxt_alloc_ctx_pg_tbls()
893 rmem->init_val = softc->ctx_mem->ctx_kind_initializer; in bnxt_alloc_ctx_pg_tbls()
930 struct bnxt_ctx_mem_info *ctx = softc->ctx_mem; in bnxt_free_ctx_mem()
954 free(softc->ctx_mem, M_DEVBUF); in bnxt_free_ctx_mem()
955 softc->ctx_mem = NULL; in bnxt_free_ctx_mem()
974 ctx = softc->ctx_mem; in bnxt_alloc_ctx_mem()
HDbnxt.h666 struct bnxt_ctx_mem_info *ctx_mem; member
HDbnxt_hwrm.c296 if (softc->hwrm_spec_code < 0x10902 || BNXT_VF(softc) || softc->ctx_mem) in bnxt_hwrm_func_backing_store_qcaps()
322 softc->ctx_mem = ctx; in bnxt_hwrm_func_backing_store_qcaps()
393 struct bnxt_ctx_mem_info *ctx = softc->ctx_mem; in bnxt_hwrm_func_backing_store_cfg()