Searched refs:IPRIO_MMAXIPRIO (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | cpu_helper.c | 336 [63] = IPRIO_MMAXIPRIO, 337 [62] = IPRIO_MMAXIPRIO, 338 [61] = IPRIO_MMAXIPRIO, 339 [60] = IPRIO_MMAXIPRIO, 340 [59] = IPRIO_MMAXIPRIO, 341 [58] = IPRIO_MMAXIPRIO, 342 [57] = IPRIO_MMAXIPRIO, 343 [56] = IPRIO_MMAXIPRIO, 344 [55] = IPRIO_MMAXIPRIO, 345 [54] = IPRIO_MMAXIPRIO, [all …]
|
H A D | cpu_bits.h | 885 #define IPRIO_MMAXIPRIO 255 macro
|
H A D | csr.c | 1941 iprio = IPRIO_MMAXIPRIO; in read_mtopi() 3423 siprio[scount] = IPRIO_MMAXIPRIO + 1; in read_vstopi() 3474 if (iprio > IPRIO_MMAXIPRIO) { in read_vstopi() 3475 iprio = IPRIO_MMAXIPRIO; in read_vstopi() 3479 iprio = IPRIO_MMAXIPRIO; in read_vstopi() 3512 iprio = IPRIO_MMAXIPRIO; in read_stopi()
|