| /linux/tools/memory-model/ |
| H A D | lock.cat | 96 let possible-rfe-noncrit-lf e = (LKW * {e}) & loc & ext 98 (* Compute set of sets of possible rfe edges for LF events *) 99 let all-possible-rfe-lf = 101 * Convert the possible-rfe-noncrit-lf relation for e 104 let set-of-singleton-rfe-lf e = 105 map pair-to-relation (possible-rfe-noncrit-lf e) 107 in map set-of-singleton-rfe-lf (LF \ range(rfi-lf)) 110 with rfe-lf from cross(all-possible-rfe-lf) 111 let rf-lf = rfe-lf | rfi-lf 150 let rfe = rf & ext
|
| H A D | linux-kernel.cat | 98 let A-cumul(r) = (rfe ; [Marked])? ; r 103 [Marked] ; rfe? ; [Marked] 109 let hb = [Marked] ; (ppo | rfe | ((prop \ id) & int)) ; [Marked] 193 let vis = cumul-fence* ; rfe? ; [Marked] ;
|
| /linux/drivers/net/wireless/realtek/rtl8xxxu/ |
| H A D | 8192f.c | 803 u8 rfe = priv->rfe_type; in rtl8192fu_iqk_path_a() local 820 if (rfe == 7 || rfe == 8 || rfe == 9 || rfe == 12) in rtl8192fu_iqk_path_a() 1027 u8 rfe = priv->rfe_type; in rtl8192fu_iqk_path_b() local 1044 if (rfe == 7 || rfe == 8 || rfe == 9 || rfe == 12) in rtl8192fu_iqk_path_b() 1274 u8 rfe = priv->rfe_type; in rtl8192fu_phy_iqcalibrate() local 1304 if (rfe == 7 || rfe == 8 || rfe == 9 || rfe == 12) { in rtl8192fu_phy_iqcalibrate() 1449 u8 rfe = priv->rfe_type; in rtl8192fu_phy_iq_calibrate() local 1542 if (rfe == 7 || rfe == 8 || rfe == 9 || rfe == 12) { in rtl8192fu_phy_iq_calibrate() 1562 if (rfe == 7) { in rtl8192fu_phy_iq_calibrate() 1584 if (rfe == 7) in rtl8192fu_phy_iq_calibrate()
|
| /linux/drivers/iommu/ |
| H A D | s390-iommu.c | 353 unsigned long old_rfe, rfe; in dma_walk_rf_table() local 357 rfe = READ_ONCE(*rfep); in dma_walk_rf_table() 358 if (reg_entry_isvalid(rfe)) { in dma_walk_rf_table() 359 rso = get_rf_rso(rfe); in dma_walk_rf_table() 365 set_rf_rso(&rfe, virt_to_phys(rso)); in dma_walk_rf_table() 366 validate_rf_entry(&rfe); in dma_walk_rf_table() 367 entry_clr_protected(&rfe); in dma_walk_rf_table() 369 old_rfe = cmpxchg(rfep, ZPCI_TABLE_INVALID, rfe); in dma_walk_rf_table() 948 unsigned long rfe; in get_rso_from_iova() local 955 rfe = READ_ONCE(rfo[rfx]); in get_rso_from_iova() [all …]
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | phy.c | 1093 cond.rfe = efuse->rfe_option; in rtw_phy_setup_phy_cond() 1110 cond.rfe = 0; in rtw_phy_setup_phy_cond() 1111 cond.rfe |= efuse->ext_lna_2g; in rtw_phy_setup_phy_cond() 1112 cond.rfe |= efuse->ext_pa_2g << 1; in rtw_phy_setup_phy_cond() 1113 cond.rfe |= efuse->ext_lna_5g << 2; in rtw_phy_setup_phy_cond() 1114 cond.rfe |= efuse->ext_pa_5g << 3; in rtw_phy_setup_phy_cond() 1115 cond.rfe |= efuse->btcoex << 4; in rtw_phy_setup_phy_cond() 1148 if (!(cond.rfe & 0x0f)) in check_positive() 1151 if ((cond.rfe & drv_cond.rfe) != cond.rfe) in check_positive() 1154 if ((cond.rfe & BIT(0)) && cond2.type_glna != drv_cond2.type_glna) in check_positive() [all …]
|
| H A D | main.h | 1574 struct rtw_coex_rfe rfe; member 1841 u32 rfe:8; member 1859 u32 rfe:8;
|
| H A D | rtw8821c.c | 840 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_ant_switch() 948 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_rfe_type()
|
| H A D | rtw8821a.c | 835 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821a_coex_cfg_rfe_type()
|
| H A D | rtw8822b.c | 1129 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_ant_switch() 1224 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_rfe_type()
|
| H A D | coex.c | 416 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_check_rfk() 1287 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_set_ant_path() 1715 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_action_bt_idle()
|
| H A D | rtw8703b.c | 1670 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8703b_coex_set_rfe_type()
|
| H A D | rtw8723d.c | 1068 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8723d_coex_cfg_rfe_type()
|
| H A D | rtw8814a.c | 1822 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8814a_coex_cfg_rfe_type()
|
| H A D | rtw8822c.c | 3041 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822c_coex_cfg_rfe_type()
|
| /linux/arch/mips/dec/prom/ |
| H A D | locore.S | 29 rfe
|
| /linux/arch/xtensa/kernel/ |
| H A D | entry.S | 774 rfe 1067 rfe 1172 rfe 1177 rfe 1192 rfe 1197 rfe 1202 rfe 1212 rfe 1574 rfe 1709 rfe [all …]
|
| H A D | coprocessor.S | 265 rfe
|
| H A D | vectors.S | 591 rfe
|
| H A D | align.S | 482 rfe
|
| /linux/arch/openrisc/kernel/ |
| H A D | head.S | 270 l.rfe 356 l.rfe 812 l.rfe 1044 l.rfe // SR <- ESR, PC <- EPC 1137 l.rfe // SR <- ESR, PC <- EPC 1230 l.rfe 1325 l.rfe 1544 l.rfe
|
| H A D | entry.S | 140 l.rfe 802 l.rfe
|
| /linux/arch/mips/kernel/ |
| H A D | genex.S | 183 rfe 664 rfe
|
| /linux/tools/memory-model/Documentation/ |
| H A D | explanation.txt | 18 10. THE READS-FROM RELATION: rf, rfi, and rfe 542 THE READS-FROM RELATION: rf, rfi, and rfe 551 different CPUs (external reads-from, or rfe). 763 As with rf, rfi, and rfe, we subdivide the fr relation into fri (when 1248 others, one of which is rfe. 1250 W ->rfe R implies that W and R are on different CPUs. It also means 1261 hb, despite their similarities to rfe. For example, suppose we have 1382 rfe link. You can concoct more exotic examples, containing more than 1385 followed by two cumul-fences and an rfe link, utilizing the fact that 1421 store to z has propagated to P0 (an rfe link). [all …]
|
| H A D | glossary.txt | 153 external" (rfe) link is used when it is necessary to exclude
|