Home
last modified time | relevance | path

Searched refs:violation (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_api.c103 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 Dima_queue.c159 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 Dima_init.c49 int violation = 0; in ima_add_boot_aggregate() local
87 result = ima_store_template(entry, violation, NULL, in ima_add_boot_aggregate()
H A Dima_template_lib.c253 * 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 Dima.h70 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 Dima_main.c828 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 Dima_api.c103 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 Dima_queue.c159 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 Dima_init.c52 int violation = 0; in ima_add_boot_aggregate() local
86 result = ima_store_template(entry, violation, NULL, in ima_add_boot_aggregate()
H A Dima_template_lib.c325 * 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 Dima.h69 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 Dima_main.c946 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 Dpcie.c774 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 Dpcie.c723 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 Dcamss-vfe-170.c331 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 Dcamss-vfe-4-7.c1144 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 Dcamss-vfe-4-8.c1129 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 Dcamss-vfe-4-1.c877 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 Dcamss-vfe-4-7.c1041 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 Dcamss-vfe-4-1.c919 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 Dcwsr_trap_handler_gfx9.asm221 // Caused by instruction fetch memory violation.
H A Dcwsr_trap_handler_gfx10.asm214 // Caused by instruction fetch memory violation.

Completed in 29 milliseconds