Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_helper.c975 int sxlen = 16 << riscv_cpu_sxl(env); in get_physical_address() local
976 int sxlen_bytes = sxlen / 8; in get_physical_address()
981 if (sxlen > (va_bits - 1)) { in get_physical_address()
982 mask = (1L << (sxlen - (va_bits - 1))) - 1; in get_physical_address()
1813 int sxlen = 0; in riscv_cpu_do_interrupt() local
1954 sxlen = 16 << riscv_cpu_sxl(env); in riscv_cpu_do_interrupt()
1955 env->scause = cause | ((target_ulong)async << (sxlen - 1)); in riscv_cpu_do_interrupt()