Searched refs:map_perm (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dldc.h109 unsigned int map_perm);
114 unsigned int map_perm);
143 int *ncookies, unsigned int map_perm);
/linux-master/drivers/block/
H A Dsunvdc.c469 unsigned int map_perm; local
477 map_perm = LDC_MAP_SHADOW | LDC_MAP_DIRECT | LDC_MAP_IO;
480 map_perm |= LDC_MAP_W;
483 map_perm |= LDC_MAP_R;
498 map_perm);
578 unsigned int map_perm; local
594 map_perm = 0;
599 map_perm = LDC_MAP_W;
604 map_perm = LDC_MAP_R;
609 map_perm
[all...]
/linux-master/arch/sparc/kernel/
H A Dldc.c2030 static u64 perm_to_mte(unsigned int map_perm) argument
2036 if (map_perm & LDC_MAP_SHADOW) {
2037 if (map_perm & LDC_MAP_R)
2039 if (map_perm & LDC_MAP_W)
2042 if (map_perm & LDC_MAP_DIRECT) {
2043 if (map_perm & LDC_MAP_R)
2045 if (map_perm & LDC_MAP_W)
2047 if (map_perm & LDC_MAP_X)
2050 if (map_perm & LDC_MAP_IO) {
2051 if (map_perm
2147 ldc_map_sg(struct ldc_channel *lp, struct scatterlist *sg, int num_sg, struct ldc_trans_cookie *cookies, int ncookies, unsigned int map_perm) argument
2193 ldc_map_single(struct ldc_channel *lp, void *buf, unsigned int len, struct ldc_trans_cookie *cookies, int ncookies, unsigned int map_perm) argument
2353 ldc_alloc_exp_dring(struct ldc_channel *lp, unsigned int len, struct ldc_trans_cookie *cookies, int *ncookies, unsigned int map_perm) argument
[all...]
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1067 unsigned int map_perm)
1079 ncookies, map_perm);
1094 map_perm);
1065 vnet_skb_map(struct ldc_channel *lp, struct sk_buff *skb, struct ldc_trans_cookie *cookies, int ncookies, unsigned int map_perm) argument

Completed in 261 milliseconds