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

/linux-master/security/integrity/ima/
H A Dima_api.c103 int violation, struct inode *inode,
111 if (!violation) {
122 result = ima_add_template_entry(entry, violation, op, inode, filename);
127 * ima_add_violation - add violation to measurement list.
142 .violation = cause };
143 int violation = 1; local
154 result = ima_store_template(entry, violation, inode,
359 int violation = 0; local
377 result = ima_store_template(entry, violation, inode, filename, pcr);
102 ima_store_template(struct ima_template_entry *entry, int violation, struct inode *inode, const unsigned char *filename, int pcr) argument
H A Dima_init.c52 int violation = 0; local
86 result = ima_store_template(entry, violation, NULL,
H A Dima_queue.c159 int ima_add_template_entry(struct ima_template_entry *entry, int violation, argument
171 if (!violation && !IS_ENABLED(CONFIG_IMA_DISABLE_HTABLE)) {
187 if (violation) /* invalidate pcr */
H A Dima.h69 const char *violation; member in struct:ima_event_data
246 int ima_add_template_entry(struct ima_template_entry *entry, int violation,
389 int ima_store_template(struct ima_template_entry *entry, int violation,
H A Dima_template_lib.c325 * If digest is NULL, the event being recorded is a violation.
349 if (event_data->violation) /* recording a violation. */
406 if (event_data->violation) /* recording a violation. */
430 if (event_data->violation) /* recording a violation. */
459 if (event_data->violation) {
460 /* Recording a violation. */
H A Dima_main.c946 int violation = 0; local
1018 ret = ima_store_template(entry, violation, NULL, event_data.buf, pcr);
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-170.c332 u32 violation = readl_relaxed(vfe->base + VFE_VIOLATION_STATUS); local
334 pr_err_ratelimited("VFE: violation = 0x%08x\n", violation);
H A Dcamss-vfe-4-1.c877 u32 violation = readl_relaxed(vfe->base + VFE_0_VIOLATION_STATUS); local
879 pr_err_ratelimited("VFE: violation = 0x%08x\n", violation);
H A Dcamss-vfe-4-7.c1108 u32 violation = readl_relaxed(vfe->base + VFE_0_VIOLATION_STATUS); local
1110 pr_err_ratelimited("VFE: violation = 0x%08x\n", violation);
H A Dcamss-vfe-4-8.c1098 u32 violation = readl_relaxed(vfe->base + VFE_0_VIOLATION_STATUS); local
1100 pr_err_ratelimited("VFE: violation = 0x%08x\n", violation);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dpcie.c723 u32 violation; local
739 PCIE_CFG_REG_PL105, &violation);
746 if (violation
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm221 // Caused by instruction fetch memory violation.
H A Dcwsr_trap_handler_gfx10.asm231 // Caused by instruction fetch memory violation.

Completed in 186 milliseconds