Home
last modified time | relevance | path

Searched refs:itb (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/core/
H A Dloader-fit.c47 off = fdt_path_offset(itb, path); in fit_load_image_alloc()
56 data = fdt_getprop(itb, off, "data", &sz); in fit_load_image_alloc()
100 prop = fdt_getprop(itb, img, name, &len); in fit_image_addr()
132 name = fdt_getprop(itb, cfg, "kernel", NULL); in fit_load_kernel()
192 name = fdt_getprop(itb, cfg, "fdt", NULL); in fit_load_fdt()
266 const void *itb, *match_data = NULL; in load_fit() local
273 itb = load_device_tree(filename, &itb_size); in load_fit()
274 if (!itb) { in load_fit()
297 off = fdt_next_subnode(itb, off); in load_fit()
310 cfg_off = fdt_path_offset(itb, path); in load_fit()
[all …]
/qemu/accel/tcg/
H A Dcpu-exec.c450 cpu_tb_exec(CPUState *cpu, TranslationBlock *itb, int *tb_exit) in cpu_tb_exec() argument
454 const void *tb_ptr = itb->tc.ptr; in cpu_tb_exec()
457 log_cpu_exec(log_pc(cpu, itb), cpu, itb); in cpu_tb_exec()
/qemu/docs/system/riscv/
H A Dsifive_u.rst224 You will get spl/u-boot-spl.bin and u-boot.itb file in the build tree.
249 image = "u-boot.itb"
275 image = "u-boot.itb"
H A Dvirt.rst197 -device loader,file=/path/to/u-boot.itb,addr=0x80200000
/qemu/docs/devel/
H A Dcontrol-flow-integrity.rst103 static inline tcg_target_ulong cpu_tb_exec(CPUState *cpu, TranslationBlock *itb)