Searched refs:IPRIO_MMAXIPRIO (Results 1 – 3 of 3) sorted by relevance
/qemu/target/riscv/ |
H A D | cpu_helper.c | 303 [63] = IPRIO_MMAXIPRIO, 304 [62] = IPRIO_MMAXIPRIO, 305 [61] = IPRIO_MMAXIPRIO, 306 [60] = IPRIO_MMAXIPRIO, 307 [59] = IPRIO_MMAXIPRIO, 308 [58] = IPRIO_MMAXIPRIO, 309 [57] = IPRIO_MMAXIPRIO, 310 [56] = IPRIO_MMAXIPRIO, 311 [55] = IPRIO_MMAXIPRIO, 312 [54] = IPRIO_MMAXIPRIO, [all …]
|
H A D | cpu_bits.h | 1008 #define IPRIO_MMAXIPRIO 255 macro
|
H A D | csr.c | 2350 iprio = IPRIO_MMAXIPRIO; in read_mtopi() 4397 siprio[scount] = IPRIO_MMAXIPRIO + 1; in read_vstopi() 4448 if (iprio > IPRIO_MMAXIPRIO) { in read_vstopi() 4449 iprio = IPRIO_MMAXIPRIO; in read_vstopi() 4453 iprio = IPRIO_MMAXIPRIO; in read_vstopi() 4486 iprio = IPRIO_MMAXIPRIO; in read_stopi()
|