summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/2662
blob: 68563d4e97e3190b954dc9bfecc763af09412a3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
device: 0.692
semantic: 0.503
graphic: 0.441
other: 0.366
files: 0.324
network: 0.311
permissions: 0.208
socket: 0.173
boot: 0.155
vnc: 0.151
performance: 0.123
debug: 0.109
PID: 0.090
KVM: 0.025

powerpc: MSR_ILE bit must not be restored in rfi
Description of problem:
On processors that implement the MSR_ILE bit (that is, G4 and prior), the MSR_ILE bit is not restored by the `rfi` instruction.

qemu, however, does restore this bit from `srr1`.

Some ppcel operating systems rely on MSR_ILE not being restored by `rfi`, for example, Windows NT when taking a syscall.
Additional information:
Patch provided: [rfi_msr_ile.patch](/uploads/aa661fc8bcbb47585ff63f8e4ebb38ba/rfi_msr_ile.patch)

The correct behaviour for G4 and prior is performed for later processors too. Given PPC970 and later have that bit documented as reserved, this should not be a problem.