/arch/ia64/include/asm/native/ |
D | pvchk_inst.h | 146 #define IS_PRED_IN(pred) \ argument 151 #define IS_PRED_OUT(pred) \ argument 156 #define IS_PRED_CLOB(pred) IS_PRED_OUT(pred) argument 169 #define MOV_FROM_IPSR(pred, reg) \ argument 179 #define MOV_FROM_PSR(pred, reg, clob) \ argument 183 #define MOV_FROM_ITC(pred, pred_clob, reg, clob) \ argument 191 #define MOV_TO_ITIR(pred, reg, clob) \ argument 195 #define MOV_TO_IHA(pred, reg, clob) \ argument 199 #define MOV_TO_IPSR(pred, reg, clob) \ argument 203 #define MOV_TO_IFS(pred, reg, clob) \ argument [all …]
|
D | inst.h | 63 #define MOV_FROM_IPSR(pred, reg) \ argument 76 #define MOV_FROM_PSR(pred, reg, clob) \ argument 80 #define MOV_FROM_ITC(pred, pred_clob, reg, clob) \ argument 89 #define MOV_TO_ITIR(pred, reg, clob) \ argument 93 #define MOV_TO_IHA(pred, reg, clob) \ argument 97 #define MOV_TO_IPSR(pred, reg, clob) \ argument 101 #define MOV_TO_IFS(pred, reg, clob) \ argument 114 #define ITC_I(pred, reg, clob) \ argument 118 #define ITC_D(pred, reg, clob) \ argument 127 #define THASH(pred, reg0, reg1, clob) \ argument [all …]
|
/arch/ia64/include/asm/xen/ |
D | inst.h | 59 #define MOV_FROM_IPSR(pred, reg) \ argument 114 #define MOV_FROM_PSR(pred, reg, clob) __MOV_FROM_PSR pred, reg, clob argument 117 #define MOV_FROM_ITC(pred, pred_clob, reg, clob) \ argument 143 #define MOV_TO_ITIR(pred, reg, clob) \ argument 148 #define MOV_TO_IHA(pred, reg, clob) \ argument 153 #define MOV_TO_IPSR(pred, reg, clob) \ argument 159 #define MOV_TO_IFS(pred, reg, clob) \ argument 238 #define ITC_I(pred, reg, clob) __ITC_I pred, reg, clob argument 262 #define ITC_D(pred, reg, clob) __ITC_D pred, reg, clob argument 325 #define THASH(pred, reg0, reg1, clob) __THASH pred, reg0, reg1, clob argument [all …]
|
/arch/ia64/lib/ |
D | copy_user.S | 233 #define SWITCH(pred, shift) cmp.eq pred,p0=shift,rshift argument 234 #define CASE(pred, shift) \ argument
|
/arch/arm/mach-imx/ |
D | clock-imx6q.c | 901 static void calc_pred_podf_dividers(u32 div, u32 *pred, u32 *podf) in calc_pred_podf_dividers() 1110 u32 val, pred, podf; in _clk_get_rate() local 1163 u32 val, div, max_div, pred = 0, podf; in _clk_set_rate() local 1211 u32 div_max, pred = 0, podf; in _clk_round_rate() local
|
/arch/x86/kernel/cpu/ |
D | perf_event_intel_lbr.c | 273 u64 from, to, mis = 0, pred = 0; in intel_pmu_lbr_read_64() local
|