Home
last modified time | relevance | path

Searched refs:oci (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c796 CallInfo *oci = nci->previous; /* caller frame */ in luaV_execute()
798 StkId ofunc = oci->func; /* caller function */ in luaV_execute()
803 if (cl->p->sizep > 0) luaF_close(L, oci->u.l.base); in luaV_execute()
807 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute()
808 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */ in luaV_execute()
809 oci->u.l.savedpc = nci->u.l.savedpc; in luaV_execute()
810 oci->callstatus |= CIST_TAIL; /* function was tail called */ in luaV_execute()
811 ci = L->ci = oci; /* remove new frame */ in luaV_execute()
812 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize); in luaV_execute()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-uahcx-defs.h2736 …uint32_t oci : 1; /**< OverCurrentIndicator. This bit reports overcurren… member
2749 uint32_t oci : 1;