| /kernel/linux/linux-6.6/drivers/soc/mediatek/ |
| D | mtk-devapc.c | 47 /* numbers of violation index */ 103 * devapc_sync_vio_dbg - do "shift" mechansim" to get full violation information. 106 * When violation is triggered, violation info is kept 108 * Driver should do shift mechansim to sync full violation 128 /* Find the minimum shift group which has violation */ in devapc_sync_vio_dbg() 144 dev_err(ctx->dev, "%s: Shift violation info failed\n", __func__); in devapc_sync_vio_dbg() 158 * devapc_extract_vio_dbg - extract full violation information after doing 173 /* Print violation information */ in devapc_extract_vio_dbg() 175 dev_info(ctx->dev, "Write Violation\n"); in devapc_extract_vio_dbg() 177 dev_info(ctx->dev, "Read Violation\n"); in devapc_extract_vio_dbg() [all …]
|
| D | Kconfig | 24 This driver is mainly used to handle the violation which catches 26 The violation information is logged for further analysis or
|
| /kernel/linux/linux-5.10/security/integrity/ima/ |
| D | ima_api.c | 103 int violation, struct inode *inode, in ima_store_template() argument 111 if (!violation) { in ima_store_template() 122 result = ima_add_template_entry(entry, violation, op, inode, filename); in ima_store_template() 127 * ima_add_violation - add violation to measurement list. 142 .violation = cause }; in ima_add_violation() 143 int violation = 1; in ima_add_violation() local 154 result = ima_store_template(entry, violation, inode, in ima_add_violation() 318 int violation = 0; in ima_store_measurement() local 336 result = ima_store_template(entry, violation, inode, filename, pcr); in ima_store_measurement()
|
| D | ima_template_lib.c | 253 * If digest is NULL, the event being recorded is a violation. in ima_eventdigest_init_common() 280 if (event_data->violation) /* recording a violation. */ in ima_eventdigest_init() 336 if (event_data->violation) /* recording a violation. */ in ima_eventdigest_ng_init() 362 if (event_data->violation) { in ima_eventdigest_modsig_init() 363 /* Recording a violation. */ in ima_eventdigest_modsig_init()
|
| D | ima_queue.c | 159 int ima_add_template_entry(struct ima_template_entry *entry, int violation, in ima_add_template_entry() argument 171 if (!violation) { in ima_add_template_entry() 186 if (violation) /* invalidate pcr */ in ima_add_template_entry()
|
| /kernel/linux/linux-6.6/Documentation/process/ |
| D | kernel-enforcement-statement.rst | 26 However, if you cease all violation of this License, then your license 30 fails to notify you of the violation by some reasonable means prior to 35 violation by some reasonable means, this is the first time you have 36 received notice of violation of this License (for any work) from that 37 copyright holder, and you cure the violation prior to 30 days after
|
| D | code-of-conduct-interpretation.rst | 52 considered a violation report unless you want it to be. If you are 77 rejecting unsuitable contributions are not viewed as a violation of the 82 have to set priorities. This, also, is not to be seen as a violation of 115 addressed now as a violation. Inappropriate language can be seen as a
|
| /kernel/linux/linux-5.10/Documentation/process/ |
| D | kernel-enforcement-statement.rst | 26 However, if you cease all violation of this License, then your license 30 fails to notify you of the violation by some reasonable means prior to 35 violation by some reasonable means, this is the first time you have 36 received notice of violation of this License (for any work) from that 37 copyright holder, and you cure the violation prior to 30 days after
|
| D | code-of-conduct-interpretation.rst | 52 considered a violation report unless you want it to be. If you are 77 rejecting unsuitable contributions are not viewed as a violation of the 82 have to set priorities. This, also, is not to be seen as a violation of 115 addressed now as a violation. Inappropriate language can be seen as a
|
| /kernel/linux/linux-6.6/security/integrity/ima/ |
| D | ima_api.c | 103 int violation, struct inode *inode, in ima_store_template() argument 111 if (!violation) { in ima_store_template() 122 result = ima_add_template_entry(entry, violation, op, inode, filename); in ima_store_template() 127 * ima_add_violation - add violation to measurement list. 142 .violation = cause }; in ima_add_violation() 143 int violation = 1; in ima_add_violation() local 154 result = ima_store_template(entry, violation, inode, in ima_add_violation() 362 int violation = 0; in ima_store_measurement() local 380 result = ima_store_template(entry, violation, inode, filename, pcr); in ima_store_measurement()
|
| D | ima_template_lib.c | 325 * If digest is NULL, the event being recorded is a violation. in ima_eventdigest_init_common() 355 if (event_data->violation) /* recording a violation. */ in ima_eventdigest_init() 412 if (event_data->violation) /* recording a violation. */ in ima_eventdigest_ng_init() 436 if (event_data->violation) /* recording a violation. */ in ima_eventdigest_ngv2_init() 465 if (event_data->violation) { in ima_eventdigest_modsig_init() 466 /* Recording a violation. */ in ima_eventdigest_modsig_init()
|
| D | ima_queue.c | 159 int ima_add_template_entry(struct ima_template_entry *entry, int violation, in ima_add_template_entry() argument 171 if (!violation && !IS_ENABLED(CONFIG_IMA_DISABLE_HTABLE)) { in ima_add_template_entry() 187 if (violation) /* invalidate pcr */ in ima_add_template_entry()
|
| /kernel/linux/linux-5.10/arch/arc/kernel/ |
| D | entry-compact.S | 32 * exception. Thus FAKE RTIE needed in low level Priv-Violation handler. 107 VECTOR EV_TLBProtV ; 0x118, Protection Violation (0x23) 109 VECTOR EV_PrivilegeV ; 0x120, Privilege Violation (0x24) 252 ; Protection Violation Exception Handler 270 ;------ (5) Type of Protection Violation? ---------- 273 ; -Access Violation : 00_23_(00|01|02|03)_00 279 ;========= (6a) Access Violation Processing ========
|
| /kernel/linux/linux-6.6/arch/arc/kernel/ |
| D | entry-compact.S | 32 * exception. Thus FAKE RTIE needed in low level Priv-Violation handler. 107 VECTOR EV_TLBProtV ; 0x118, Protection Violation (0x23) 109 VECTOR EV_PrivilegeV ; 0x120, Privilege Violation (0x24) 252 ; Protection Violation Exception Handler 259 ;------ (5) Type of Protection Violation? ---------- 262 ; -Access Violation : 00_23_(00|01|02|03)_00 267 ;========= (6a) Access Violation Processing ========
|
| /kernel/linux/linux-6.6/drivers/rtc/ |
| D | rtc-imxdi.c | 72 #define DSR_SVF (1 << 0) /* Security Violation Flag */ 79 #define DIER_SVIE (1 << 0) /* Security-violation Interrupt Enable */ 295 "The security violation has happened at %u seconds\n", in di_handle_invalid_state() 388 * now we are trying to clear the "Security-violation flag" to in di_handle_invalid_and_failure_state() 397 "Cannot clear the security violation flag. We are ending up in an endless loop!\n"); in di_handle_invalid_and_failure_state() 658 * interrupt handler for dryice "normal" and security violation interrupt 669 /* handle the security violation event */ in dryice_irq() 681 /* report the violation */ in dryice_irq() 764 /* the 2nd irq is the security violation irq in dryice_rtc_probe() 809 dev_warn(&pdev->dev, "security violation interrupt not available.\n"); in dryice_rtc_probe()
|
| /kernel/linux/linux-5.10/drivers/rtc/ |
| D | rtc-imxdi.c | 71 #define DSR_SVF (1 << 0) /* Security Violation Flag */ 78 #define DIER_SVIE (1 << 0) /* Security-violation Interrupt Enable */ 294 "The security violation has happened at %u seconds\n", in di_handle_invalid_state() 387 * now we are trying to clear the "Security-violation flag" to in di_handle_invalid_and_failure_state() 396 "Cannot clear the security violation flag. We are ending up in an endless loop!\n"); in di_handle_invalid_and_failure_state() 657 * interrupt handler for dryice "normal" and security violation interrupt 668 /* handle the security violation event */ in dryice_irq() 680 /* report the violation */ in dryice_irq() 763 /* the 2nd irq is the security violation irq in dryice_rtc_probe() 808 dev_warn(&pdev->dev, "security violation interrupt not available.\n"); in dryice_rtc_probe()
|
| /kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
| D | global1_atu.c | 383 "ATU age out violation for %pM\n", in mv88e6xxx_g1_atu_prob_irq_thread_fn() 389 "ATU member violation for %pM portvec %x spid %d\n", in mv88e6xxx_g1_atu_prob_irq_thread_fn() 396 "ATU miss violation for %pM portvec %x spid %d\n", in mv88e6xxx_g1_atu_prob_irq_thread_fn() 403 "ATU full violation for %pM portvec %x spid %d\n", in mv88e6xxx_g1_atu_prob_irq_thread_fn()
|
| /kernel/linux/linux-6.6/arch/nios2/mm/ |
| D | fault.c | 34 #define EXC_X_PROTECTION_FAULT 13 /* TLB permission violation (x) */ 35 #define EXC_R_PROTECTION_FAULT 14 /* TLB permission violation (r) */ 36 #define EXC_W_PROTECTION_FAULT 15 /* TLB permission violation (w) */
|
| /kernel/liteos_m/arch/arm/cortex-m7/gcc/ |
| D | los_arch_interrupt.h | 468 * Cortex-M exception types: Bus status register imprecise data access violation. 474 * Cortex-M exception types: Bus status register exact data access violation. 480 * Cortex-M exception types: Bus status register access violation while pointing. 498 * Cortex-M exception types: Memory management status register data access violation. 504 * Cortex-M exception types: Memory management status register access violation.
|
| /kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/ |
| D | los_arch_interrupt.h | 468 * Cortex-M exception types: Bus status register imprecise data access violation. 474 * Cortex-M exception types: Bus status register exact data access violation. 480 * Cortex-M exception types: Bus status register access violation while pointing. 498 * Cortex-M exception types: Memory management status register data access violation. 504 * Cortex-M exception types: Memory management status register access violation.
|
| /kernel/liteos_m/arch/arm/cortex-m4/keil/ |
| D | los_arch_interrupt.h | 468 * Cortex-M exception types: Bus status register imprecise data access violation. 474 * Cortex-M exception types: Bus status register exact data access violation. 480 * Cortex-M exception types: Bus status register access violation while pointing. 498 * Cortex-M exception types: Memory management status register data access violation. 504 * Cortex-M exception types: Memory management status register access violation.
|
| /kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/ |
| D | los_arch_interrupt.h | 468 * Cortex-M exception types: Bus status register imprecise data access violation. 474 * Cortex-M exception types: Bus status register exact data access violation. 480 * Cortex-M exception types: Bus status register access violation while pointing. 498 * Cortex-M exception types: Memory management status register data access violation. 504 * Cortex-M exception types: Memory management status register access violation.
|
| /kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/ |
| D | los_arch_interrupt.h | 468 * Cortex-M exception types: Bus status register imprecise data access violation. 474 * Cortex-M exception types: Bus status register exact data access violation. 480 * Cortex-M exception types: Bus status register access violation while pointing. 498 * Cortex-M exception types: Memory management status register data access violation. 504 * Cortex-M exception types: Memory management status register access violation.
|
| /kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/ |
| D | los_arch_interrupt.h | 468 * Cortex-M exception types: Bus status register imprecise data access violation. 474 * Cortex-M exception types: Bus status register exact data access violation. 480 * Cortex-M exception types: Bus status register access violation while pointing. 498 * Cortex-M exception types: Memory management status register data access violation. 504 * Cortex-M exception types: Memory management status register access violation.
|
| /kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/ |
| D | los_arch_interrupt.h | 467 * Cortex-M exception types: Bus status register imprecise data access violation. 473 * Cortex-M exception types: Bus status register exact data access violation. 479 * Cortex-M exception types: Bus status register access violation while pointing. 503 * Cortex-M exception types: Memory management status register data access violation. 509 * Cortex-M exception types: Memory management status register access violation.
|