Re: [PATCH v6 0/3] RISC-V: Modularize common match conditions for trigger

2024-06-27 Thread Alistair Francis
On Wed, Jun 26, 2024 at 11:23 PM Alvin Chang via wrote: > > According to RISC-V Debug specification ratified version 0.13 [1] > (also applied to version 1.0 [2] but it has not been ratified yet), the > enabled privilege levels of the trigger is common match conditions for > all the types of the

[PATCH v6 0/3] RISC-V: Modularize common match conditions for trigger

2024-06-26 Thread Alvin Chang via
According to RISC-V Debug specification ratified version 0.13 [1] (also applied to version 1.0 [2] but it has not been ratified yet), the enabled privilege levels of the trigger is common match conditions for all the types of the trigger. This series modularize the code for checking the privilege

[PATCH v6 0/3] RISC-V: Modularize common match conditions for trigger

2024-06-26 Thread alvinga--- via
From: Alvin Chang According to RISC-V Debug specification ratified version 0.13 [1] (also applied to version 1.0 [2] but it has not been ratified yet), the enabled privilege levels of the trigger is common match conditions for all the types of the trigger. This series modularize the code for

[PATCH v6 0/3] RISC-V: Modularize common match conditions for trigger

2024-06-26 Thread Alvin Chang via
According to RISC-V Debug specification ratified version 0.13 [1] (also applied to version 1.0 [2] but it has not been ratified yet), the enabled privilege levels of the trigger is common match conditions for all the types of the trigger. This series modularize the code for checking the privilege