Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:is_trap
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/kernel/
H
A
D
cfi.c
34
static bool
is_trap
(unsigned long addr, s32 *start, s32 *end)
in is_trap()
function
78
found =
is_trap
(addr, mod->kcfi_traps, mod->kcfi_traps_end);
in is_module_cfi_trap()
96
if (
is_trap
(addr, __start___kcfi_traps, __stop___kcfi_traps))
in is_cfi_trap()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
probes.h
22
#define
is_trap
(instr) (IS_TW(instr) || IS_TD(instr) || \
macro
25
#define
is_trap
(instr) (IS_TW(instr) || IS_TWI(instr))
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
probes.h
23
#define
is_trap
(instr) (IS_TW(instr) || IS_TD(instr) || \
macro
26
#define
is_trap
(instr) (IS_TW(instr) || IS_TWI(instr))
macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
uprobes.c
28
return (
is_trap
(*insn));
in is_trap_insn()
H
A
D
kprobes.c
303
if (
is_trap
(instr))
in kprobe_handler()
321
if (kcb->kprobe_status == KPROBE_HIT_SS &&
is_trap
(insn)) {
in kprobe_handler()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
uprobes.c
28
return (
is_trap
(*insn));
in is_trap_insn()
H
A
D
kprobes.c
330
if (
is_trap
(instr))
in kprobe_handler()
348
if (kcb->kprobe_status == KPROBE_HIT_SS &&
is_trap
(insn)) {
in kprobe_handler()
/kernel/linux/linux-6.6/include/soc/mscc/
H
A
D
ocelot_vcap.h
697
bool
is_trap
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H
A
D
ocelot_flower.c
315
filter->
is_trap
= true;
in ocelot_flower_parse_action()
H
A
D
ocelot.c
1435
trap->
is_trap
= true;
in ocelot_trap_add()
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/
H
A
D
felix.c
327
if (!trap->
is_trap
)
in felix_update_trapping_destinations()
Completed in 14 milliseconds