OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INKERNEL
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/x86/include/
db_machdep.h
6
#define
INKERNEL
(va) (((vaddr_t)(va)) >= VM_MIN_KERNEL_ADDRESS)
/src/sys/arch/arm/arm/
db_trace.c
49
#define
INKERNEL
(va) (((vaddr_t)(va)) >= VM_MIN_KERNEL_ADDRESS)
233
if (
INKERNEL
((int)frame)) {
239
} else if (
INKERNEL
((int)lastframe)) {
/src/sys/arch/sparc/sparc/
db_trace.c
45
#define
INKERNEL
(va) (((vaddr_t)(va)) >= USRSTACK)
141
#define FR(framep,field) (
INKERNEL
(framep) \
156
if (prevframe == NULL || (!
INKERNEL
(prevframe) && kernel_only))
160
(
INKERNEL
(frame) && !
INKERNEL
(prevframe))) {
166
if (
INKERNEL
(pc))
180
if (
INKERNEL
(prevpc))
/src/sys/arch/sparc64/sparc64/
db_trace.c
54
#define
INKERNEL
(va) (((vaddr_t)(va)) >= USRSTACK) /* Not really true, y'know */
56
#define
INKERNEL
(va) 1 /* Everything's in the kernel now. 8^) */
171
if (!
INKERNEL
(frame))
232
if (
INKERNEL
(f)) {
281
if (
INKERNEL
(f)) {
342
if (!
INKERNEL
(((struct frame64 *)(u_long)(frame)))
346
if (!
INKERNEL
(((struct frame64 *)(u_long)(frame))))
352
if (!
INKERNEL
(((struct frame32 *)(u_long)frame))
356
if (!
INKERNEL
(((struct frame32 *)(u_long)frame))) {
/src/sys/arch/m68k/m68k/
db_trace.c
88
#define
INKERNEL
(va,pcb) (((u_int)(va) > (u_int)(pcb)) && \
221
if (kerneltrace && !
INKERNEL
(sp->k_fp, pcb)) {
561
if (kernel_only && !
INKERNEL
(pos.k_fp, pcb))
Completed in 15 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025