|
Linux Kernel
3.7.1
|
#include <linux/ratelimit.h>Go to the source code of this file.
Macros | |
| #define | audit_printk(kvm, fmt, args...) |
Typedefs | |
| typedef void(* | inspect_spte_fn )(struct kvm_vcpu *vcpu, u64 *sptep, int level) |
| typedef void(* | sp_handler )(struct kvm *kvm, struct kvm_mmu_page *sp) |
Functions | |
| module_param_cb (mmu_audit,&audit_param_ops,&mmu_audit, 0644) | |
Variables | |
| char const * | audit_point_name [] |
Definition at line 31 of file mmu_audit.c.
Definition at line 35 of file mmu_audit.c.
Definition at line 86 of file mmu_audit.c.
| module_param_cb | ( | mmu_audit | , |
| & | audit_param_ops, | ||
| & | mmu_audit, | ||
| 0644 | |||
| ) |
Definition at line 22 of file mmu_audit.c.
1.8.2