Home
last modified time | relevance | path

Searched refs:L1 (Results 1 – 25 of 75) sorted by relevance

123

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstate.c45 L1->ci = L1->base_ci; in stack_init()
47 L1->end_ci = L1->base_ci + L1->size_ci - 1; in stack_init()
51 L1->top = L1->stack; in stack_init()
52 L1->stack_last = L1->stack+(L1->stacksize - EXTRA_STACK)-1; in stack_init()
54 L1->ci->func = L1->top; in stack_init()
56 L1->base = L1->ci->base = L1->top; in stack_init()
57 L1->ci->top = L1->top + LUA_MINSTACK; in stack_init()
62 luaM_freearray(L, L1->base_ci, L1->size_ci, CallInfo); in freestack()
63 luaM_freearray(L, L1->stack, L1->stacksize, TValue); in freestack()
130 return L1; in luaE_newthread()
[all …]
H A Dldblib.c89 if (L == L1) { in treatstackoption()
94 lua_xmove(L1, L, 1); in treatstackoption()
102 lua_State *L1 = getthread(L, &arg); in db_getinfo() local
114 lua_xmove(L, L1, 1); in db_getinfo()
153 lua_xmove(L1, L, 1); in db_getlocal()
173 lua_xmove(L, L1, 1); in db_setlocal()
273 lua_pushlightuserdata(L, L1); in db_sethook()
286 int mask = lua_gethookmask(L1); in db_gethook()
287 lua_Hook hook = lua_gethook(L1); in db_gethook()
292 lua_pushlightuserdata(L, L1); in db_gethook()
[all …]
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.c137 L1->top = L1->stack; in stack_init()
138 L1->stack_last = L1->stack + L1->stacksize - EXTRA_STACK; in stack_init()
140 ci = &L1->base_ci; in stack_init()
143 ci->func = L1->top; in stack_init()
146 L1->ci = ci; in stack_init()
236 lua_State *L1; in lua_newthread() local
245 L1->hook = L->hook; in lua_newthread()
246 resethookcount(L1); in lua_newthread()
250 return L1; in lua_newthread()
256 luaF_close(L1, L1->stack); /* close all upvalues for this thread */ in luaE_freethread()
[all …]
H A Dllimits.h187 #define luai_userstatethread(L,L1) ((void)L) argument
191 #define luai_userstatefree(L,L1) ((void)L) argument
H A Dlauxlib.c110 LUALIB_API void luaL_traceback (lua_State *L, lua_State *L1, in luaL_traceback() argument
114 int numlevels = countlevels(L1); in luaL_traceback()
118 while (lua_getstack(L1, level++, &ar)) { in luaL_traceback()
124 lua_getinfo(L1, "Slnt", &ar); in luaL_traceback()
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dsbc8548-pre.dtsi34 d-cache-size = <0x8000>; // L1, 32K
35 i-cache-size = <0x8000>; // L1, 32K
H A Damigaone.dts27 d-cache-size = <32768>; // L1, 32K
28 i-cache-size = <32768>; // L1, 32K
H A Dtqm5200.dts27 d-cache-size = <0x4000>; // L1, 16K
28 i-cache-size = <0x4000>; // L1, 16K
H A Dtqm8xx.dts33 d-cache-size = <0x1000>; // L1, 4K
34 i-cache-size = <0x1000>; // L1, 4K
H A Dmpc866ads.dts26 d-cache-size = <0x2000>; // L1, 8K
27 i-cache-size = <0x4000>; // L1, 16K
H A Dcharon.dts30 d-cache-size = <0x4000>; // L1, 16K
31 i-cache-size = <0x4000>; // L1, 16K
H A Dmpc7448hpc2.dts36 d-cache-size = <0x8000>; // L1, 32K bytes
37 i-cache-size = <0x8000>; // L1, 32K bytes
H A Dlite5200.dts27 d-cache-size = <0x4000>; // L1, 16K
28 i-cache-size = <0x4000>; // L1, 16K
H A Dxpedite5301.dts36 d-cache-size = <0x8000>; // L1, 32K
37 i-cache-size = <0x8000>; // L1, 32K
49 d-cache-size = <0x8000>; // L1, 32K
50 i-cache-size = <0x8000>; // L1, 32K
H A Dxpedite5370.dts34 d-cache-size = <0x8000>; // L1, 32K
35 i-cache-size = <0x8000>; // L1, 32K
47 d-cache-size = <0x8000>; // L1, 32K
48 i-cache-size = <0x8000>; // L1, 32K
H A Dxcalibur1501.dts35 d-cache-size = <0x8000>; // L1, 32K
36 i-cache-size = <0x8000>; // L1, 32K
48 d-cache-size = <0x8000>; // L1, 32K
49 i-cache-size = <0x8000>; // L1, 32K
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dst-rc.txt10 - rx-mode: can be "infrared" or "uhf". This property specifies the L1
13 - tx-mode: should be "infrared". This property specifies the L1
/f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/
H A Dti,k3-dsp-rproc.yaml18 L1 and/or L2 caches/SRAMs, an Interrupt Controller, an external memory
96 - description: Address and Size of the L1 PRAM internal memory region
97 - description: Address and Size of the L1 DRAM internal memory region
114 - description: Address and Size of the L1 DRAM internal memory region
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dbrcm,bcm7038-l1-intc.txt11 - Most onchip peripherals are wired directly to an L1 input
36 - brcm,irq-can-wake: If present, this means the L1 controller can be used as a
/f-stack/freebsd/contrib/device-tree/Bindings/edac/
H A Dapm-xgene-edac.txt7 PMD (L1/L2) - Processor module unit (PMD) L1/L2 cache
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Drt5660.txt31 * DMIC L1
H A Drt5668.txt32 * DMIC L1
H A Drt5665.txt39 * DMIC L1
H A Drt5651.txt43 * DMIC L1
/f-stack/dpdk/doc/guides/compressdevs/
H A Disal.rst60 i.e. ZLIB L1 gives a compression ratio similar to ISA-L L1.

123