/linux/arch/arm/boot/dts/arm/ |
H A D | Makefile | 14 arm-realview-eb-11mp.dtb \ 15 arm-realview-eb-11mp-bbrevd.dtb \ 16 arm-realview-eb-11mp-ctrevb.dtb \ 17 arm-realview-eb-11mp-bbrevd-ctrevb.dtb \
|
H A D | arm-realview-eb-11mp-bbrevd.dts | 23 #include "arm-realview-eb-11mp.dts"
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | router_mpath_nh_res.sh | 306 multipath4_test "Weighted MP 2:1" 2 1 307 ip nexthop replace id 103 group 101,11/102,45 type resilient 308 multipath4_test "Weighted MP 11:45" 11 45 316 multipath6_l4_test "Weighted MP 2:1" 2 1 317 ip nexthop replace id 106 group 104,11/105,45 type resilient 318 multipath6_l4_test "Weighted MP 11:45" 11 45 332 multipath4_test "Weighted MP 2:1" 1 1 333 ip nexthop replace id 103 group 101,11/102,45 type resilient 334 multipath4_test "Weighted MP 11:45" 1 1 342 multipath6_l4_test "Weighted MP 2:1" 1 1 [all …]
|
H A D | router_mpath_nh.sh | 303 multipath4_test "Weighted MP 2:1" 2 1 304 multipath4_test "Weighted MP 11:45" 11 45 311 multipath4_test "Weighted MP 2:1" 2 1 312 multipath4_test "Weighted MP 11:45" 11 45 319 multipath6_test "Weighted MP 2:1" 2 1 320 multipath6_test "Weighted MP 11:45" 11 45
|
H A D | router_multipath.sh | 241 multipath4_test "Weighted MP 2:1" 2 1 242 multipath4_test "Weighted MP 11:45" 11 45 246 multipath6_test "Weighted MP 2:1" 2 1 247 multipath6_test "Weighted MP 11:45" 11 45
|
H A D | gre_multipath_nh_res.sh | 305 multipath4_test "Weighted MP 2:1" 2 1 306 multipath4_test "Weighted MP 11:45" 11 45 313 multipath6_test "Weighted MP 2:1" 2 1 314 multipath6_test "Weighted MP 11:45" 11 45
|
H A D | gre_multipath_nh.sh | 301 multipath4_test "Weighted MP 2:1" 2 1 302 multipath4_test "Weighted MP 11:45" 11 45 309 multipath6_test "Weighted MP 2:1" 2 1 310 multipath6_test "Weighted MP 11:45" 11 45
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_quota_defs.h | 62 #define XFS_IS_QUOTA_ON(mp) ((mp)->m_qflags & XFS_ALL_QUOTA_ACCT) argument 63 #define XFS_IS_UQUOTA_ON(mp) ((mp)->m_qflags & XFS_UQUOTA_ACCT) argument 64 #define XFS_IS_PQUOTA_ON(mp) ((mp)->m_qflags & XFS_PQUOTA_ACCT) argument 65 #define XFS_IS_GQUOTA_ON(mp) ((mp)->m_qflags & XFS_GQUOTA_ACCT) argument 66 #define XFS_IS_UQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_UQUOTA_ENFD) argument 67 #define XFS_IS_GQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_GQUOTA_ENFD) argument 68 #define XFS_IS_PQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_PQUOTA_ENFD) argument 89 #define XFS_QMOPT_RTBCOUNT (1u << 11) 133 extern xfs_failaddr_t xfs_dquot_verify(struct xfs_mount *mp, 135 extern xfs_failaddr_t xfs_dqblk_verify(struct xfs_mount *mp, [all …]
|
/linux/fs/xfs/ |
H A D | xfs_stats.h | 32 __XBTS_join = 11, 165 #define XFS_STATS_INC(mp, v) \ argument 168 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v++; \ 171 #define XFS_STATS_DEC(mp, v) \ argument 174 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v--; \ 177 #define XFS_STATS_ADD(mp, v, inc) \ argument 180 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v += (inc); \ 183 #define XFS_STATS_INC_OFF(mp, off) \ argument 186 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off]++; \ 189 #define XFS_STATS_DEC_OFF(mp, off) \ argument [all …]
|
H A D | xfs_mount.h | 63 struct xfs_mount *mp; member 295 #define M_IGEO(mp) (&(mp)->m_ino_geo) argument 314 #define XFS_FEAT_PARENT (1ULL << 11) /* parent pointers */ 353 static inline bool xfs_has_ ## name (struct xfs_mount *mp) \ 355 return mp->m_features & XFS_FEAT_ ## NAME; \ 361 static inline void xfs_add_ ## name (struct xfs_mount *mp) \ 363 mp->m_features |= XFS_FEAT_ ## NAME; \ 364 xfs_sb_version_add ## name(&mp->m_sb); \ 389 static inline bool xfs_has_rtgroups(struct xfs_mount *mp) in __XFS_ADD_FEAT() 392 return xfs_has_metadir(mp); in __XFS_ADD_FEAT() [all …]
|
H A D | xfs_ioctl.c | 56 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt() 81 struct xfs_mount *mp = XFS_I(file_inode(file))->i_mount; in xfs_ioc_fsbulkstat() local 84 .mp = mp, in xfs_ioc_fsbulkstat() 97 if (xfs_is_shutdown(mp)) in xfs_ioc_fsbulkstat() 173 struct xfs_mount *mp, in xfs_bulk_ireq_setup() argument 200 breq->startino = mp->m_sb.sb_rootino; in xfs_bulk_ireq_setup() 214 if (hdr->agno >= mp->m_sb.sb_agcount) in xfs_bulk_ireq_setup() 218 breq->startino = XFS_AGINO_TO_INO(mp, hdr->agno, 0); in xfs_bulk_ireq_setup() 219 else if (XFS_INO_TO_AGNO(mp, breq->startino) < hdr->agno) in xfs_bulk_ireq_setup() 225 if (XFS_INO_TO_AGNO(mp, breq->startino) > hdr->agno) in xfs_bulk_ireq_setup() [all …]
|
/linux/tools/memory-model/Documentation/ |
H A D | litmus-tests.txt | 68 1 C MP+pooncerelease+poacquireonce 78 11 P1(int *x, int *y) 94 tools/memory-model/litmus-tests/MP+pooncerelease+poacquireonce.litmus 111 Lines 5-9 show the first process and lines 11-18 the second process. Each 183 herd7 -conf linux-kernel.cfg litmus-tests/MP+pooncerelease+poacquireonce.litmus 188 1 Test MP+pooncerelease+poacquireonce Allowed 197 10 Observation MP+pooncerelease+poacquireonce Never 0 3 198 11 Time MP+pooncerelease+poacquireonce 0.00 238 The number at the end of line 11 (which begins with "Time") gives the 255 1 C MP+pooncerelease+poacquireonce [all …]
|
/linux/Documentation/arch/x86/i386/ |
H A D | IO-APIC.rst | 9 Most (all) Intel-MP compliant SMP boards have the so-called 'IO-APIC', 20 usually worked around by the kernel. If your MP-compliant SMP board does 43 In the unlikely case that your board does not create a working mp-table, 48 append="pirq=15,11,10" 89 append="pirq=11,9" 101 append="pirq=0,9,11" 116 append="pirq=0,0,0,0,0,0,9,11"
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | tuners.rst | 55 F[IRMQ]12[1345]6{MF|ME|MP} 68 {MF|ME|MP} 71 MP: BG DK I (Multi PAL) 112 - TADC-H002F: NTSC (L,175/410?; 2-B, C-W+11, W+12-69) 114 - TADC-T003F: NTSC Taiwan (L,175/410?; 2-B, C-W+11, W+12-69)
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | mediatek,ufs-phy.yaml | 43 - const: mp 60 ufsphy: ufs-phy@11fa0000 { 65 clock-names = "unipro", "mp";
|
/linux/drivers/gpu/drm/arm/ |
H A D | malidp_planes.c | 36 #define LAYER_V_FLIP (1 << 11) 262 static int malidp_se_check_scaling(struct malidp_plane *mp, in malidp_se_check_scaling() argument 291 mc->scaled_planes_mask &= ~(mp->layer->id); in malidp_se_check_scaling() 295 if (mp->layer->id & (DE_SMART | DE_GRAPHICS2)) in malidp_se_check_scaling() 298 mc->scaled_planes_mask |= mp->layer->id; in malidp_se_check_scaling() 303 static u32 malidp_get_pgsize_bitmap(struct malidp_plane *mp) in malidp_get_pgsize_bitmap() argument 307 mmu_dom = iommu_get_domain_for_dev(mp->base.dev->dev); in malidp_get_pgsize_bitmap() 480 static void malidp_de_prefetch_settings(struct malidp_plane *mp, in malidp_de_prefetch_settings() argument 483 if (!mp->layer->mmu_ctrl_offset) in malidp_de_prefetch_settings() 487 ms->mmu_prefetch_pgsize = malidp_get_pgsize_bitmap(mp); in malidp_de_prefetch_settings() [all …]
|
/linux/arch/s390/kernel/ |
H A D | perf_pai_ext.c | 110 static void paiext_free(struct paiext_mapptr *mp) in paiext_free() argument 112 kfree(mp->mapptr->area); in paiext_free() 113 kfree(mp->mapptr->paiext_cb); in paiext_free() 114 kvfree(mp->mapptr->save); in paiext_free() 115 kfree(mp->mapptr); in paiext_free() 116 mp->mapptr = NULL; in paiext_free() 122 struct paiext_mapptr *mp = per_cpu_ptr(paiext_root.mapptr, cpu); in paiext_event_destroy_cpu() local 123 struct paiext_map *cpump = mp->mapptr; in paiext_event_destroy_cpu() 127 paiext_free(mp); in paiext_event_destroy_cpu() 166 struct paiext_mapptr *mp; in paiext_alloc_cpu() local [all …]
|
H A D | perf_pai_crypto.c | 89 struct paicrypt_mapptr *mp = per_cpu_ptr(paicrypt_root.mapptr, cpu); in paicrypt_event_destroy_cpu() local 90 struct paicrypt_map *cpump = mp->mapptr; in paicrypt_event_destroy_cpu() 104 mp->mapptr = NULL; in paicrypt_event_destroy_cpu() 139 struct paicrypt_mapptr *mp = this_cpu_ptr(paicrypt_root.mapptr); in paicrypt_getdata() local 140 struct paicrypt_map *cpump = mp->mapptr; in paicrypt_getdata() 182 struct paicrypt_mapptr *mp; in paicrypt_busy() local 193 mp = per_cpu_ptr(paicrypt_root.mapptr, cpu); in paicrypt_busy() 194 cpump = mp->mapptr; in paicrypt_busy() 227 mp->mapptr = cpump; in paicrypt_busy() 237 mp->mapptr = NULL; in paicrypt_busy() [all …]
|
/linux/drivers/tee/optee/ |
H A D | ffa_abi.c | 125 u32 attr, const struct optee_msg_param *mp) in from_msg_param_ffa_mem() argument 133 p->u.memref.size = mp->u.fmem.size; in from_msg_param_ffa_mem() 135 if (mp->u.fmem.global_id != OPTEE_MSG_FMEM_INVALID_GLOBAL_ID) in from_msg_param_ffa_mem() 136 shm = optee_shm_from_ffa_handle(optee, mp->u.fmem.global_id); in from_msg_param_ffa_mem() 140 offs_low = mp->u.fmem.offs_low; in from_msg_param_ffa_mem() 141 offs_high = mp->u.fmem.offs_high; in from_msg_param_ffa_mem() 164 const struct optee_msg_param *mp = msg_params + n; in optee_ffa_from_msg_param() local 165 u32 attr = mp->attr & OPTEE_MSG_ATTR_TYPE_MASK; in optee_ffa_from_msg_param() 175 optee_from_msg_param_value(p, attr, mp); in optee_ffa_from_msg_param() 180 from_msg_param_ffa_mem(optee, p, attr, mp); in optee_ffa_from_msg_param() [all …]
|
/linux/drivers/parisc/ |
H A D | iosapic_private.h | 23 ** MP Specification Draft 1.5. There is one interrupt routing 46 ** 11 = Active low 51 ** 11 = Level-triggered 72 ** MP Specification Draft 1.5)
|
/linux/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 256 #define TX_IHL_SHIFT 11 419 static inline u32 rdl(struct mv643xx_eth_private *mp, int offset) in rdl() argument 421 return readl(mp->shared->base + offset); in rdl() 424 static inline u32 rdlp(struct mv643xx_eth_private *mp, int offset) in rdlp() argument 426 return readl(mp->base + offset); in rdlp() 429 static inline void wrl(struct mv643xx_eth_private *mp, int offset, u32 data) in wrl() argument 431 writel(data, mp->shared->base + offset); in wrl() 434 static inline void wrlp(struct mv643xx_eth_private *mp, int offset, u32 data) in wrlp() argument 436 writel(data, mp->base + offset); in wrlp() 453 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_enable() local [all …]
|
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 219 #define BIC_CPU_c1 (1ULL << 11) 304 #define PCL_7S 11 /* PC7 Shrink */ 508 RAPL_GFX_POWER_LIMIT = BIT(11), /* 0x640 MSR_PP1_POWER_LIMIT */ 2251 struct msr_counter *mp; in print_header() local 2296 for (mp = sys.tp; mp; mp = mp->next) { in print_header() 2298 if (mp->format == FORMAT_RAW) { in print_header() 2299 if (mp->width == 64) in print_header() 2300 outp += sprintf(outp, "%s%18.18s", (printed++ ? delim : ""), mp->name); in print_header() 2302 outp += sprintf(outp, "%s%10.10s", (printed++ ? delim : ""), mp->name); in print_header() 2304 if ((mp->type == COUNTER_ITEMS) && sums_need_wide_columns) in print_header() [all …]
|
/linux/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_rf_al2230.c | 27 RF_CHANNEL(11) = { 0x03e7b0, 0x033331, 0x00000d, }, 44 RF_CHANNEL(11) = { 0x0de7c0, 0x8cccc0, 0xb00000, }, 273 0x6da010, /* Reg6 update for MP versio */ in zd1211b_al2230_init_hw() 277 0x5ddb00, /* RegA update for MP version */ in zd1211b_al2230_init_hw() 278 0xd99000, /* RegB update for MP version */ in zd1211b_al2230_init_hw() 279 0x3ffbd0, /* RegC update for MP version */ in zd1211b_al2230_init_hw() 280 0xb00000, /* RegD update for MP version */ in zd1211b_al2230_init_hw()
|
/linux/drivers/hid/ |
H A D | hid-wiimote-core.c | 474 /* initialize MP */ in wiimote_cmd_init_mp() 494 /* map MP with correct pass-through mode */ in wiimote_cmd_map_mp() 774 wdata->state.mp = mode; in wiimote_mp_load() 783 if (wdata->state.mp < 2) in wiimote_mp_unload() 789 wdata->state.mp = 0; in wiimote_mp_unload() 899 /* schedule MP timer */ in wiimote_init_detect() 908 * MP hotplug events are not generated by the wiimote. Therefore, we need 909 * polling to detect it. We use a 4s interval for polling MP registers. This 915 bool mp; in wiimote_init_poll_mp() local 920 mp = wiimote_cmd_read_mp(wdata, mpdata); in wiimote_init_poll_mp() [all …]
|
/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | arm,twd-wdt.yaml | 13 ARM 11MP, Cortex-A5 and Cortex-A9 are often associated with a per-core
|