Home
last modified time | relevance | path

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

/sys/amd64/
Dmp.c44 CrossCallFrame *frame; member
97 cpus[CPU()].frame = NULL; in MP_Init()
101 cpus[i].frame = NULL; in MP_Init()
149 CrossCallFrame *frame = cpus[c].frame; in MP_CrossCallTrap() local
150 if (frame == NULL) in MP_CrossCallTrap()
153 if (frame->done[CPU()] == 1) in MP_CrossCallTrap()
156 frame->status[CPU()] = (frame->cb)(frame->arg); in MP_CrossCallTrap()
157 frame->done[CPU()] = 1; in MP_CrossCallTrap()
160 __sync_add_and_fetch(&frame->count, 1); in MP_CrossCallTrap()
170 volatile CrossCallFrame frame; in MP_CrossCall() local
[all …]
Dtrapentry.S11 # Push top of the trap frame
23 # Push top of the trap frame
165 # Create the rest of the trap frame
181 # Pass the trap frame as an argument to trap_entry
/docs/
DDoxyfile1681 # to set the initial width (in pixels) of the frame in which the tree is shown.
/lib/liblwip/
DCHANGELOG971 * opt.h, etharp.h/.c: task #9033: Support IEEE 802.1q tagged frame (VLAN),