Home
last modified time | relevance | path

Searched refs:insns (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H A Dmodule_config.mk3 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 Dsyscall.c2232 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 Dverifier.c44 * - 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->insnsi; do_check() local
10705 struct bpf_insn *insns = env->prog->insnsi; opt_subreg_zext_lo32_rnd_hi32() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/
H A Dmodule_config.mk3 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 Dconfig.mk61 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 Dconfig.mk61 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 18 milliseconds