OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inst_call
(Results
1 - 25
of
34
) sorted by relevancy
1
2
/src/sys/arch/riscv/riscv/
db_machdep.c
133
inst_call
(uint32_t insn)
function in typeref:typename:bool
db_machdep.c
133
inst_call
(uint32_t insn)
function in typeref:typename:bool
/src/sys/arch/or1k/include/
db_machdep.h
63
inst_call
(db_expr_t insn)
function in typeref:typename:bool
db_machdep.h
63
inst_call
(db_expr_t insn)
function in typeref:typename:bool
/src/sys/arch/hppa/include/
db_machdep.h
89
static __inline int
inst_call
(u_int ins) {
function in typeref:typename:int
db_machdep.h
89
static __inline int
inst_call
(u_int ins) {
function in typeref:typename:int
/src/sys/arch/vax/include/
db_machdep.h
72
#define
inst_call
(ins) (((ins)&0xff) == I_CALL)
macro
db_machdep.h
72
#define
inst_call
(ins) (((ins)&0xff) == I_CALL)
macro
/src/sys/arch/aarch64/include/
db_machdep.h
123
inst_call
(db_expr_t insn)
function in typeref:typename:bool
db_machdep.h
123
inst_call
(db_expr_t insn)
function in typeref:typename:bool
/src/sys/arch/arm/include/
db_machdep.h
99
#define
inst_call
(ins) (((ins) & 0x0f000000) == 0x0b000000)
macro
111
&& (inst_branch(ins) ||
inst_call
(ins) || inst_return(ins)))
db_machdep.h
99
#define
inst_call
(ins) (((ins) & 0x0f000000) == 0x0b000000)
macro
111
&& (inst_branch(ins) ||
inst_call
(ins) || inst_return(ins)))
/src/sys/arch/usermode/include/
db_machdep.h
51
#define
inst_call
(ins) (((ins)&0xff) == I_CALL || \
macro
82
#define
inst_call
(ins) (((ins)&0xff) == I_CALL || \
macro
db_machdep.h
51
#define
inst_call
(ins) (((ins)&0xff) == I_CALL || \
macro
82
#define
inst_call
(ins) (((ins)&0xff) == I_CALL || \
macro
/src/sys/arch/m68k/include/
db_machdep.h
88
#define
inst_call
(ins) (((ins)&M_JSR) == I_JSR || \
macro
db_machdep.h
88
#define
inst_call
(ins) (((ins)&M_JSR) == I_JSR || \
macro
/src/sys/arch/sparc/include/
db_machdep.h
95
#define
inst_call
(ins) db_inst_call(ins)
macro
db_machdep.h
95
#define
inst_call
(ins) db_inst_call(ins)
macro
/src/sys/arch/amd64/include/
db_machdep.h
87
#define
inst_call
(ins) (((ins)&0xff) == I_CALL || \
macro
db_machdep.h
87
#define
inst_call
(ins) (((ins)&0xff) == I_CALL || \
macro
/src/sys/arch/i386/include/
db_machdep.h
86
#define
inst_call
(ins) (((ins)&0xff) == I_CALL || \
macro
db_machdep.h
86
#define
inst_call
(ins) (((ins)&0xff) == I_CALL || \
macro
/src/sys/arch/sparc64/include/
db_machdep.h
118
#define
inst_call
(ins) db_inst_call(ins)
macro
db_machdep.h
118
#define
inst_call
(ins) db_inst_call(ins)
macro
/src/sys/arch/powerpc/include/
db_machdep.h
109
#define
inst_call
(ins) (((ins)&M_BC ) == I_BCL || \
macro
Completed in 75 milliseconds
1
2
Indexes created Mon Sep 29 21:09:56 GMT 2025