/arch/arm/include/asm/ |
D | arch_timer.h | 28 void arch_timer_reg_write_cp15(int access, enum arch_timer_reg reg, u64 val) in arch_timer_reg_write_cp15() 60 u32 arch_timer_reg_read_cp15(int access, enum arch_timer_reg reg) in arch_timer_reg_read_cp15()
|
/arch/powerpc/platforms/cell/spufs/ |
D | fault.c | 88 u64 ea, dsisr, access; in spufs_handle_class1() local
|
/arch/powerpc/mm/book3s64/ |
D | hash_64k.c | 38 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_4K() 228 int __hash_page_64K(unsigned long ea, unsigned long access, in __hash_page_64K()
|
D | hash_4k.c | 21 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_4K()
|
D | hash_hugepage.c | 21 int __hash_page_thp(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_thp()
|
D | hugetlbpage.c | 20 int __hash_page_huge(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_huge()
|
D | hash_utils.c | 1417 void hash_failure_debug(unsigned long ea, unsigned long access, in hash_failure_debug() 1453 unsigned long access, unsigned long trap, in hash_page_mm() 1662 int hash_page(unsigned long ea, unsigned long access, unsigned long trap, in hash_page() 1683 unsigned long access = _PAGE_PRESENT | _PAGE_READ; in DEFINE_INTERRUPT_HANDLER() local 1761 unsigned long access = _PAGE_PRESENT | _PAGE_READ | (is_exec ? _PAGE_EXEC : 0); in hash_preload() local
|
/arch/s390/mm/ |
D | fault.c | 359 static inline vm_fault_t do_exception(struct pt_regs *regs, int access) in do_exception() 542 int access; in do_protection_exception() local 578 int access; in do_dat_exception() local
|
/arch/arm64/include/asm/ |
D | arch_timer.h | 100 void arch_timer_reg_write_cp15(int access, enum arch_timer_reg reg, u64 val) in arch_timer_reg_write_cp15() 132 u64 arch_timer_reg_read_cp15(int access, enum arch_timer_reg reg) in arch_timer_reg_read_cp15()
|
/arch/x86/kvm/ |
D | mmu.h | 188 u64 access) in permission_fault() 300 gpa_t gpa, u64 access, in kvm_translate_gpa()
|
D | i8254.c | 444 int channel, access; in pit_ioport_write() local
|
D | x86.h | 219 gva_t gva, gfn_t gfn, unsigned access) in vcpu_cache_mmio_info()
|
D | x86.c | 7300 gpa_t translate_nested_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u64 access, in translate_nested_gpa() 7320 u64 access = (static_call(kvm_x86_get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_read() local 7330 u64 access = (static_call(kvm_x86_get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_write() local 7346 struct kvm_vcpu *vcpu, u64 access, in kvm_read_guest_virt_helper() 7383 u64 access = (static_call(kvm_x86_get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_fetch_guest_virt() local 7408 u64 access = (static_call(kvm_x86_get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_read_guest_virt() local 7427 u64 access = 0; in emulator_read_std() local 7438 struct kvm_vcpu *vcpu, u64 access, in kvm_write_guest_virt_helper() 7472 u64 access = PFERR_WRITE_MASK; in emulator_write_std() local 7546 u64 access = ((static_call(kvm_x86_get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0) in vcpu_mmio_gva_to_gpa() local [all …]
|
/arch/x86/kvm/mmu/ |
D | paging_tmpl.h | 181 unsigned access; in FNAME() local 632 unsigned int direct_access, access; in FNAME() local
|
D | spte.c | 71 u64 make_mmio_spte(struct kvm_vcpu *vcpu, u64 gfn, unsigned int access) in make_mmio_spte()
|
D | mmu.c | 297 unsigned int access) in mark_mmio_spte() 759 gfn_t gfn, unsigned int access) in kvm_mmu_page_set_translation() 778 unsigned int access) in kvm_mmu_page_set_access() 1638 u64 *spte, gfn_t gfn, unsigned int access) in __rmap_add() 1660 u64 *spte, gfn_t gfn, unsigned int access) in rmap_add() 2302 unsigned int access) in kvm_mmu_child_role() 2349 bool direct, unsigned int access) in kvm_mmu_get_child_sp() 2977 unsigned int access = sp->role.access; in direct_pte_prefetch_many() local 3293 unsigned int access) in kvm_handle_noslot_fault() 4048 gpa_t vaddr, u64 access, in nonpaging_gva_to_gpa() [all …]
|
/arch/arm64/kvm/ |
D | sys_regs.h | 70 bool (*access)(struct kvm_vcpu *, member
|
/arch/arm/vfp/ |
D | vfpmodule.c | 421 u32 access; in vfp_enable() local
|
/arch/arm64/kernel/ |
D | hw_breakpoint.c | 757 int i, step = 0, *kernel_step, access, closest_match = 0; in watchpoint_handler() local
|
/arch/arm/kernel/ |
D | hw_breakpoint.c | 729 int i, access, closest_match = 0; in watchpoint_handler() local
|
/arch/powerpc/include/asm/book3s/64/ |
D | mmu-hash.h | 482 static inline int __hash_page_thp(unsigned long ea, unsigned long access, in __hash_page_thp()
|
D | pgtable.h | 731 static inline bool check_pte_access(unsigned long access, unsigned long ptev) in check_pte_access()
|
/arch/x86/kvm/vmx/ |
D | vmx.h | 443 #define __BUILD_VMX_MSR_BITMAP_HELPER(rtype, action, bitop, access, base) \ argument
|
/arch/mips/include/asm/sn/sn0/ |
D | hubmd.h | 587 access: 2, /* 39-38: access rights of initiator*/ member
|
/arch/mips/include/asm/octeon/ |
D | cvmx-sriox-defs.h | 1422 uint64_t access:1; member
|