Searched refs:ctx_mem (Results 1 – 1 of 1) sorted by relevance
92 static u64 ctx_mem[sizeof(Context) / sizeof(u64) + 1]; in Initialize() local93 ctx = new(ctx_mem) Context(); in Initialize()