target/arm/tcg: spelling fixes: alse, addreses
Fixes:179e9a3bac
"target/arm: Define new TB flag for ATA0" Fixes:5d7b37b5f6
"target/arm: Implement the CPY* instructions" Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
eb12e92905
commit
51464c5612
@ -1414,7 +1414,7 @@ void HELPER(setge)(CPUARMState *env, uint32_t syndrome, uint32_t mtedesc)
|
|||||||
/*
|
/*
|
||||||
* Perform part of a memory copy from the guest memory at fromaddr
|
* Perform part of a memory copy from the guest memory at fromaddr
|
||||||
* and extending for copysize bytes, to the guest memory at
|
* and extending for copysize bytes, to the guest memory at
|
||||||
* toaddr. Both addreses are dirty.
|
* toaddr. Both addresses are dirty.
|
||||||
*
|
*
|
||||||
* Returns the number of bytes actually set, which might be less than
|
* Returns the number of bytes actually set, which might be less than
|
||||||
* copysize; the caller should loop until the whole copy has been done.
|
* copysize; the caller should loop until the whole copy has been done.
|
||||||
|
@ -327,7 +327,7 @@ static CPUARMTBFlags rebuild_hflags_a64(CPUARMState *env, int el, int fp_el,
|
|||||||
DP_TBFLAG_A64(flags, MTE0_ACTIVE, 1);
|
DP_TBFLAG_A64(flags, MTE0_ACTIVE, 1);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* For unpriv tag-setting accesses we alse need ATA0. Again, in
|
* For unpriv tag-setting accesses we also need ATA0. Again, in
|
||||||
* contexts where unpriv and normal insns are the same we
|
* contexts where unpriv and normal insns are the same we
|
||||||
* duplicate the ATA bit to save effort for translate-a64.c.
|
* duplicate the ATA bit to save effort for translate-a64.c.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user