Searched refs:access_type (Results 51 - 71 of 71) sorted by relevance

123

/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_init.c323 access_type access;
H A Dhw_ide.c688 access_type access,
H A Dhw_phb.c301 access_type access,
H A Ddevice.c1596 access_type access,
1612 access_type access,
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.cc2010 tree access_type = TREE_TYPE (e);
2012 if (tree access_size = TYPE_SIZE_UNIT (access_type))
2026 || !lang_hooks.types_compatible_p (access_type, arg_type));
2052 pp->type_id (build_pointer_type (access_type));
2007 tree access_type = TREE_TYPE (e); local
/netbsd-current/sys/uvm/
H A Duvm_aobj.c806 int *npagesp, int centeridx, vm_prot_t access_type, int advice, int flags)
826 ((flags & PGO_LOCKED) != 0 && (access_type & VM_PROT_WRITE) == 0));
1036 * (!PG_RDONLY) regardless of access_type. if overwrite,
805 uao_get(struct uvm_object *uobj, voff_t offset, struct vm_page **pps, int *npagesp, int centeridx, vm_prot_t access_type, int advice, int flags) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_ide.c688 access_type access,
H A Dhw_phb.c304 access_type access,
H A Ddevice.c1607 access_type access,
1623 access_type access,
/netbsd-current/sys/fs/udf/
H A Decma167-udf.h569 uint32_t access_type; /* R/W, WORM etc. */ member in struct:part_desc
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_ttm.c1077 struct vm_page **pps, int npages, int centeridx, vm_prot_t access_type,
1089 access_type, flags);
1076 radeon_ttm_fault(struct uvm_faultinfo *ufi, vaddr_t vaddr, struct vm_page **pps, int npages, int centeridx, vm_prot_t access_type, int flags) argument
/netbsd-current/sys/dev/pci/
H A Dif_ixlvar.h761 uint16_t access_type; member in struct:ixl_aq_req_resource_param
H A Dif_ixl.c6929 param->access_type = htole16(IXL_AQ_RESOURCE_ACCES_READ);
6931 param->access_type = htole16(IXL_AQ_RESOURCE_ACCES_WRITE);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-builtins.cc2977 tree access_type local
2983 access_type,
3003 tree access_type local
3007 = gimple_build_assign (fold_build2 (MEM_REF, access_type,
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_acl.c873 uint16_t access_type, uint64_t fuid, uint16_t entry_type)
878 aclp->z_ops.ace_type_set(acep, access_type);
872 zfs_set_ace(zfs_acl_t *aclp, void *acep, uint32_t access_mask, uint16_t access_type, uint64_t fuid, uint16_t entry_type) argument
/netbsd-current/sys/kern/
H A Dvnode_if.c1926 vm_prot_t access_type,
1940 a.a_access_type = access_type;
1921 VOP_GETPAGES(struct vnode *vp, voff_t offset, struct vm_page **m, int *count, int centeridx, vm_prot_t access_type, int advice, int flags) argument
/netbsd-current/sys/arch/xen/xen/
H A Dprivcmd.c1042 int npages, int centeridx, vm_prot_t access_type, int flags)
1041 privpgop_fault(struct uvm_faultinfo *ufi, vaddr_t vaddr, struct vm_page **pps, int npages, int centeridx, vm_prot_t access_type, int flags) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-icf.cc1452 access_type = func_checker::get_operand_access_type local
1455 access_type); local
1459 if (access_type == func_checker::OP_MEMORY
/netbsd-current/sbin/newfs_udf/
H A Dudf_core.c1132 pd->access_type = udf_rw32(part_accesstype);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c1969 tree access_type = TREE_TYPE (object); local
1971 perform_or_defer_access_check (TYPE_BINFO (access_type), decl,
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc2221 tree access_type = TREE_TYPE (object); local
2223 perform_or_defer_access_check (TYPE_BINFO (access_type), decl,

Completed in 542 milliseconds

123