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:insns
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H
A
D
module_config.mk
3
BOOT_CCFLAGS := -mabi=ilp32 -march=rv32imc -freorder-blocks-algorithm=simple -fno-schedule-
insns
-nostdinc -fno-aggressive-loop-optimizations -fno-builtin -fno-exceptions -fno-short-enums -mtune=size -msmall-data-limit=0 -Wall -Werror -Os -std=c99 -falign-functions=2 -fdata-sections -ffunction-sections -fno-common -fstack-protector-strong
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
syscall.c
2232
if (copy_from_user(prog->
insns
, u64_to_user_ptr(attr->
insns
), bpf_prog_insn_size(prog)) != 0) {
in bpf_prog_load()
3377
struct bpf_insn *
insns
;
in bpf_insn_prepare_dump()
local
3383
insns
= kmemdup(prog->insnsi, bpf_prog_insn_size(prog), GFP_USER);
in bpf_insn_prepare_dump()
3384
if (!
insns
) {
in bpf_insn_prepare_dump()
3385
return
insns
;
in bpf_insn_prepare_dump()
3389
code =
insns
[i].code;
in bpf_insn_prepare_dump()
3392
insns
[i].code = BPF_JMP | BPF_CALL;
in bpf_insn_prepare_dump()
3393
insns
[i].imm = BPF_FUNC_tail_call;
in bpf_insn_prepare_dump()
3398
insns
[
in bpf_insn_prepare_dump()
[all...]
H
A
D
verifier.c
44
* - larger than BPF_MAXINSNS
insns
46
* - unreachable
insns
exist (shouldn't be a forest. program = one function)
1946
* . scalar ranges are tracked as normal through alu and jmp
insns
.
3213
* Ignore jump and exit
insns
.
8402
struct bpf_insn *
insns
= env->prog->insnsi;
in check_cfg()
local
8429
if (BPF_CLASS(
insns
[t].code) == BPF_JMP || BPF_CLASS(
insns
[t].code) == BPF_JMP32) {
in check_cfg()
8430
u8 opcode = BPF_OP(
insns
[t].code);
in check_cfg()
8443
if (
insns
[t].src_reg == BPF_PSEUDO_CALL) {
in check_cfg()
8445
ret = push_insn(t, t +
insns
[
in check_cfg()
9656
struct bpf_insn *
insns
= env->prog->
insns
i;
do_check()
local
10705
struct bpf_insn *
insns
= env->prog->
insns
i;
opt_subreg_zext_lo32_rnd_hi32()
local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/
H
A
D
module_config.mk
3
BOOT_CCFLAGS := -mabi=ilp32 -march=rv32imc -freorder-blocks-algorithm=simple -fno-schedule-
insns
-nostdinc -fno-aggressive-loop-optimizations -fno-builtin -fno-exceptions -fno-short-enums -mtune=size -msmall-data-limit=0 -Wall -Werror -Os -std=c99 -falign-functions=2 -fdata-sections -ffunction-sections -fno-common -fstack-protector-strong
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H
A
D
config.mk
61
CCFLAGS := -mabi=ilp32 -march=rv32imc -falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-schedule-
insns
-fno-inline-small-functions -fno-inline-functions-called-once -mtune=size -fno-strict-aliasing -msmall-data-limit=0 -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -std=c99 -Os -ffunction-sections -fdata-sections -fno-exceptions -fno-short-enums -fno-common -Wall -Wundef -DLOS_COMPILE_LDM -fstack-protector-strong -freg-struct-return -fvisibility=hidden -pipe
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/make_scripts/
H
A
D
config.mk
61
CCFLAGS := -mabi=ilp32 -march=rv32imc -falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-schedule-
insns
-fno-inline-small-functions -fno-inline-functions-called-once -mtune=size -fno-strict-aliasing -msmall-data-limit=0 -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -std=c99 -Os -ffunction-sections -fdata-sections -fno-exceptions -fno-short-enums -fno-common -Wall -Wundef -DLOS_COMPILE_LDM -fstack-protector-strong -freg-struct-return -fvisibility=hidden -pipe
Completed in 19 milliseconds