/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_api.c | 103 int violation, struct inode *inode, in ima_store_template() 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() 102 ima_store_template(struct ima_template_entry *entry, int violation, struct inode *inode, const unsigned char *filename, int pcr) ima_store_template() argument
|
H A 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()
|
H A D | ima_init.c | 49 int violation = 0; in ima_add_boot_aggregate() local 87 result = ima_store_template(entry, violation, NULL, in ima_add_boot_aggregate()
|
H A 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()
|
H A D | ima.h | 70 const char *violation; member 140 int ima_add_template_entry(struct ima_template_entry *entry, int violation, 276 int ima_store_template(struct ima_template_entry *entry, int violation,
|
H A D | ima_main.c | 828 int violation = 0; in process_buffer_measurement() local 882 ret = ima_store_template(entry, violation, NULL, buf, pcr); in process_buffer_measurement()
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_api.c | 103 int violation, struct inode *inode, in ima_store_template() 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() 358 int violation = 0; in ima_store_measurement() local 376 result = ima_store_template(entry, violation, inode, filename, pcr); in ima_store_measurement() 102 ima_store_template(struct ima_template_entry *entry, int violation, struct inode *inode, const unsigned char *filename, int pcr) ima_store_template() argument
|
H A 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()
|
H A D | ima_init.c | 52 int violation = 0; in ima_add_boot_aggregate() local 86 result = ima_store_template(entry, violation, NULL, in ima_add_boot_aggregate()
|
H A D | ima_template_lib.c | 325 * If digest is NULL, the event being recorded is a violation. in ima_eventdigest_init_common() 349 if (event_data->violation) /* recording a violation. */ in ima_eventdigest_init() 406 if (event_data->violation) /* recording a violation. */ in ima_eventdigest_ng_init() 430 if (event_data->violation) /* recording a violation. */ in ima_eventdigest_ngv2_init() 459 if (event_data->violation) { in ima_eventdigest_modsig_init() 460 /* Recording a violation. */ in ima_eventdigest_modsig_init()
|
H A D | ima.h | 69 const char *violation; member 139 int ima_add_template_entry(struct ima_template_entry *entry, int violation, 282 int ima_store_template(struct ima_template_entry *entry, int violation,
|
H A D | ima_main.c | 946 int violation = 0; in process_buffer_measurement() local 1018 ret = ima_store_template(entry, violation, NULL, event_data.buf, pcr); in process_buffer_measurement()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | pcie.c | 774 u32 violation; in load_eq_table() local 790 PCIE_CFG_REG_PL105, &violation); in load_eq_table() 797 if (violation in load_eq_table()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | pcie.c | 723 u32 violation; in load_eq_table() local 739 PCIE_CFG_REG_PL105, &violation); in load_eq_table() 746 if (violation in load_eq_table()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe-170.c | 331 u32 violation = readl_relaxed(vfe->base + VFE_VIOLATION_STATUS); in vfe_violation_read() local 333 pr_err_ratelimited("VFE: violation = 0x%08x\n", violation); in vfe_violation_read()
|
H A D | camss-vfe-4-7.c | 1144 u32 violation = readl_relaxed(vfe->base + VFE_0_VIOLATION_STATUS); in vfe_violation_read() local 1146 pr_err_ratelimited("VFE: violation = 0x%08x\n", violation); in vfe_violation_read()
|
H A D | camss-vfe-4-8.c | 1129 u32 violation = readl_relaxed(vfe->base + VFE_0_VIOLATION_STATUS); in vfe_violation_read() local 1131 pr_err_ratelimited("VFE: violation = 0x%08x\n", violation); in vfe_violation_read()
|
H A D | camss-vfe-4-1.c | 877 u32 violation = readl_relaxed(vfe->base + VFE_0_VIOLATION_STATUS); in vfe_violation_read() local 879 pr_err_ratelimited("VFE: violation = 0x%08x\n", violation); in vfe_violation_read()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe-4-7.c | 1041 u32 violation = readl_relaxed(vfe->base + VFE_0_VIOLATION_STATUS); in vfe_violation_read() local 1043 pr_err_ratelimited("VFE: violation = 0x%08x\n", violation); in vfe_violation_read()
|
H A D | camss-vfe-4-1.c | 919 u32 violation = readl_relaxed(vfe->base + VFE_0_VIOLATION_STATUS); in vfe_violation_read() local 921 pr_err_ratelimited("VFE: violation = 0x%08x\n", violation); in vfe_violation_read()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 221 // Caused by instruction fetch memory violation.
|
H A D | cwsr_trap_handler_gfx10.asm | 214 // Caused by instruction fetch memory violation.
|