Searched refs:TARGET_FMT_lu (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/include/exec/ |
H A D | target_long.h | 31 #define TARGET_FMT_lu "%u" macro 38 #define TARGET_FMT_lu "%" PRIu64 macro
|
H A D | poison.h | 45 #pragma GCC poison TARGET_FMT_lu
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_tpm_proxy.c | 51 error_report("invalid TPM input buffer size: " TARGET_FMT_lu, in tpm_execute() 57 error_report("invalid TPM output buffer size: " TARGET_FMT_lu, in tpm_execute()
|
H A D | spapr_hcall.c | 1351 TARGET_FMT_lu " (min: %zu)", fdt_bufsize, sizeof(hdr)); in h_client_architecture_support()
|
/openbmc/qemu/include/user/ |
H A D | abitypes.h | 68 #define TARGET_ABI_FMT_lu TARGET_FMT_lu
|
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash64.c | 275 error_report("Bad page size encoding in SLB store: slot "TARGET_FMT_lu in ppc_store_slb() 285 LOG_SLB("%s: " TARGET_FMT_lu " " TARGET_FMT_lx " - " TARGET_FMT_lx in ppc_store_slb()
|
H A D | mmu_helper.c | 765 cpu_abort(cs, "TLB size " TARGET_FMT_lu " < %u " in helper_4xx_tlbwe_hi()
|
H A D | cpu_init.c | 7550 " DECR " TARGET_FMT_lu "\n", cpu_ppc_load_tbu(env), in ppc_cpu_dump_state()
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 2371 print_raw_param(TARGET_FMT_lu, arg3, 1); in print_fgetxattr() 2385 print_raw_param(TARGET_FMT_lu, arg2, 1); in print_flistxattr() 2400 print_raw_param(TARGET_FMT_lu, arg3, 1); in print_getxattr() 2415 print_raw_param(TARGET_FMT_lu, arg2, 1); in print_listxattr()
|
H A D | strace.list | 596 { TARGET_NR_mlock, "mlock" , "%s(%p," TARGET_FMT_lu ")", NULL, NULL }, 665 { TARGET_NR_munlock, "munlock" , "%s(%p," TARGET_FMT_lu ")", NULL, NULL },
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 291 "BADI " TARGET_FMT_lx " SYS_NUM " TARGET_FMT_lu in loongarch_cpu_do_interrupt()
|