Home
last modified time | relevance | path

Searched defs:access (Results 1 – 25 of 28) sorted by relevance

12

/arch/arm/include/asm/
Darch_timer.h22 void arch_timer_reg_write_cp15(int access, enum arch_timer_reg reg, u32 val) in arch_timer_reg_write_cp15()
48 u32 arch_timer_reg_read_cp15(int access, enum arch_timer_reg reg) in arch_timer_reg_read_cp15()
/arch/arm64/include/asm/
Darch_timer.h87 void arch_timer_reg_write_cp15(int access, enum arch_timer_reg reg, u32 val) in arch_timer_reg_write_cp15()
113 u32 arch_timer_reg_read_cp15(int access, enum arch_timer_reg reg) in arch_timer_reg_read_cp15()
/arch/s390/mm/
Dfault.c336 static noinline void do_fault_error(struct pt_regs *regs, int access, int fault) in do_fault_error()
396 static inline int do_exception(struct pt_regs *regs, int access) in do_exception()
554 int access, fault; in do_protection_exception() local
589 int access, fault; in do_dat_exception() local
/arch/powerpc/platforms/cell/spufs/
Dfault.c112 u64 ea, dsisr, access; in spufs_handle_class1() local
/arch/powerpc/mm/
Dhash64_64k.c48 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_4K()
220 int __hash_page_64K(unsigned long ea, unsigned long access, in __hash_page_64K()
Dhash64_4k.c19 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_4K()
Dhugetlbpage-hash64.c22 int __hash_page_huge(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_huge()
Dhugepage-hash64.c21 int __hash_page_thp(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_thp()
Dhash_utils_64.c1204 void hash_failure_debug(unsigned long ea, unsigned long access, in hash_failure_debug()
1239 unsigned long access, unsigned long trap, in hash_page_mm()
1433 int hash_page(unsigned long ea, unsigned long access, unsigned long trap, in hash_page()
1452 unsigned long access = _PAGE_PRESENT | _PAGE_READ; in __hash_page() local
1507 unsigned long access, unsigned long trap) in hash_preload()
Dppc_mmu_32.c166 unsigned long access, unsigned long trap) in hash_preload()
Dmem.c529 unsigned long access, trap; in update_mmu_cache() local
/arch/s390/pci/
Dpci_mmio.c15 static long get_pfn(unsigned long user_addr, unsigned long access, in get_pfn()
/arch/arm/kvm/
Dcoproc.h43 bool (*access)(struct kvm_vcpu *, member
/arch/arm64/kvm/
Dsys_regs.h46 bool (*access)(struct kvm_vcpu *, member
/arch/x86/kvm/
Dx86.h142 gva_t gva, gfn_t gfn, unsigned access) in vcpu_cache_mmio_info()
Dpaging_tmpl.h186 unsigned access; in FNAME() local
604 unsigned direct_access, access = gw->pt_access; in FNAME() local
Dx86.c548 u32 access) in kvm_read_guest_page_mmu()
566 void *data, int offset, int len, u32 access) in kvm_read_nested_guest_page()
4592 gpa_t translate_nested_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access, in translate_nested_gpa()
4609 u32 access = (kvm_x86_ops->get_cpl(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_read() local
4616 u32 access = (kvm_x86_ops->get_cpl(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_fetch() local
4624 u32 access = (kvm_x86_ops->get_cpl(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_write() local
4637 struct kvm_vcpu *vcpu, u32 access, in kvm_read_guest_virt_helper()
4673 u32 access = (kvm_x86_ops->get_cpl(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_fetch_guest_virt() local
4698 u32 access = (kvm_x86_ops->get_cpl(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_read_guest_virt() local
4717 u32 access = 0; in emulator_read_std() local
[all …]
Dmmu.c361 unsigned access) in mark_mmio_spte()
399 kvm_pfn_t pfn, unsigned access) in set_mmio_spte()
2414 unsigned access) in kvm_mmu_get_page()
3003 unsigned access = sp->role.access; in direct_pte_prefetch_many() local
3206 kvm_pfn_t pfn, unsigned access, int *ret_val) in handle_abnormal_pfn()
3720 u32 access, struct x86_exception *exception) in nonpaging_gva_to_gpa()
3728 u32 access, in nonpaging_gva_to_gpa_nested()
3830 unsigned access = get_mmio_spte_access(spte); in handle_mmio_page_fault() local
4098 unsigned access, int *nr_present) in sync_mmio_spte()
4375 #define BYTE_MASK(access) \ argument
Di8254.c433 int channel, access; in pit_ioport_write() local
/arch/arm/vfp/
Dvfpmodule.c433 u32 access; in vfp_enable() local
/arch/arm64/kernel/
Dhw_breakpoint.c744 int i, step = 0, *kernel_step, access, closest_match = 0; in watchpoint_handler() local
/arch/arm/kernel/
Dhw_breakpoint.c694 int i, access; in watchpoint_handler() local
/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h454 static inline int __hash_page_thp(unsigned long ea, unsigned long access, in __hash_page_thp()
/arch/x86/include/asm/
Dkvm_host.h254 unsigned access:3; member
652 unsigned access; member
1289 static inline gpa_t translate_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access, in translate_gpa()
/arch/tile/include/hv/
Dhypervisor.h820 HV_PTE access; member

12