OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STACK_MASK
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
mpls.h
33
#define
STACK_MASK
0x00000100
40
#define MPLS_STACK(x) (((x) &
STACK_MASK
) >> STACK_SHIFT)
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
stack_profile.c
43
#define
STACK_MASK
(THREAD_SIZE-1)
59
*base = ((sp & ~
STACK_MASK
) + sizeof(struct task_struct) + 4);
78
sfp->stack_size = THREAD_SIZE - (real_sp &
STACK_MASK
);
169
sfp->stack_start = (unsigned long *)((unsigned long)end_of_stack(p) & ~
STACK_MASK
);
Completed in 370 milliseconds