qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH v2 10/30] target/loongarch: Add other core instructions s


From: Richard Henderson
Subject: Re: [RFC PATCH v2 10/30] target/loongarch: Add other core instructions support
Date: Sun, 14 Nov 2021 11:19:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 11/11/21 2:35 AM, Xiaojuan Yang wrote:
+        if (qemu_loglevel_mask(CPU_LOG_INT)) {
+            qemu_log("%s: TLBRERA 0x%lx\n", __func__, env->CSR_TLBRERA);
+        }

This is qemu_log_mask, two instances.  With that,

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

+void helper_ldpte(CPULoongArchState *env, target_ulong base, target_ulong odd,
+                  uint32_t mem_idx)

It it is a bit disappointing that the manual does not describe this function in detail, only a high-level description.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]