/openbmc/linux/rust/kernel/init/ |
H A D | macros.rs | 1015 @typ($t:path), 1029 @typ($t), 1040 @typ($t:path), 1054 @typ($t), 1065 @typ($t:path), 1079 @typ($t), 1090 @typ($t:path), 1272 @type_name($t:path), 1303 @type_name($t:path), 1330 @type_name($t), [all …]
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | assembly.h | 135 .macro shlw r, sa, t 140 .macro shld r, sa, t 145 .macro shr r, sa, t 150 .macro shrd r, sa, t 159 extrd,u \r, 32+(\p), \len, \t 161 extru \r, \p, \len, \t 169 depdi \i, 32+(\p), \len, \t 171 depi \i, \p, \len, \t 177 .macro dep_safe i, p, len, t 179 depd \i, 32+(\p), \len, \t [all …]
|
/openbmc/linux/Documentation/i2c/busses/ |
H A D | i2c-ali15x3.rst | 26 The force_addr parameter is useful for boards that don't set the address in 28 lspci. Don't use this unless the driver complains that the base address is 61 - Gigabyte GA-5AX (Generally doesn't work because the BIOS doesn't 85 "ali15x3: Error: Can't detect ali15x3!" 92 The driver won't work if it can't find the M7101 device. 97 The whole M7101 device has to be enabled for the SMB to work. You can't 113 registers. It doesn't use the ACPI region.
|
/openbmc/qemu/libdecnumber/dpd/ |
H A D | decimal32.c | 266 char *s, *t; /* .. (source, target) */ in decimal32ToString() local 339 t=c; /* target */ in decimal32ToString() 340 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */ in decimal32ToString() 341 *t='.'; /* insert the dot */ in decimal32ToString() 364 t=c+1-pre; in decimal32ToString() 365 *(t+1)='\0'; /* can add terminator now */ in decimal32ToString() 366 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */ in decimal32ToString()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_mmiotrace.c | 171 unsigned long long t = ns2usecs(iter->ts); in mmio_print_rw() local 172 unsigned long usec_rem = do_div(t, USEC_PER_SEC); in mmio_print_rw() 173 unsigned secs = (unsigned long)t; in mmio_print_rw() 216 unsigned long long t = ns2usecs(iter->ts); in mmio_print_map() local 217 unsigned long usec_rem = do_div(t, USEC_PER_SEC); in mmio_print_map() 218 unsigned secs = (unsigned long)t; in mmio_print_map() 250 unsigned long long t = ns2usecs(iter->ts); in mmio_print_mark() local 251 unsigned long usec_rem = do_div(t, USEC_PER_SEC); in mmio_print_mark() 252 unsigned secs = (unsigned long)t; in mmio_print_mark()
|
/openbmc/linux/tools/perf/bench/ |
H A D | epoll-ctl.c | 403 unsigned long t[EPOLL_NR_OPS]; in bench_epoll_ctl() local 406 t[j] = worker[i].ops[j]; in bench_epoll_ctl() 407 update_stats(&all_stats[j], t[j]); in bench_epoll_ctl() 413 t[OP_EPOLL_ADD], t[OP_EPOLL_MOD], t[OP_EPOLL_DEL]); in bench_epoll_ctl() 418 t[OP_EPOLL_ADD], t[OP_EPOLL_MOD], t[OP_EPOLL_DEL]); in bench_epoll_ctl()
|
/openbmc/linux/arch/powerpc/platforms/chrp/ |
H A D | setup.c | 101 unsigned int t; in chrp_show_cpuinfo() local 117 t = in_le32(gg2_pci_config_base+ in chrp_show_cpuinfo() 120 if (!(t & 1)) in chrp_show_cpuinfo() 122 switch ((t>>8) & 0x1f) { in chrp_show_cpuinfo() 146 gg2_memtypes[sdramen ? 1 : ((t>>1) & 3)]); in chrp_show_cpuinfo() 149 t = in_le32(gg2_pci_config_base+GG2_PCI_CC_CTRL); in chrp_show_cpuinfo() 151 gg2_cachesizes[(t>>7) & 3], in chrp_show_cpuinfo() 152 gg2_cachetypes[(t>>2) & 3], in chrp_show_cpuinfo() 153 gg2_cachemodes[t & 3]); in chrp_show_cpuinfo()
|
/openbmc/linux/crypto/ |
H A D | lrw.c | 53 be128 t; member 146 be128 t = rctx->t; in lrw_xor_tweak() local 177 be128_xor(wdst++, &t, wsrc++); in lrw_xor_tweak() 181 be128_xor(&t, &t, in lrw_xor_tweak() 237 memcpy(&rctx->t, req->iv, sizeof(rctx->t)); in lrw_init_crypt() 240 gf128mul_64k_bbe(&rctx->t, ctx->table); in lrw_init_crypt()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_engine_pm.c | 264 ktime_t t[2]; in live_engine_busy_stats() local 281 de = intel_engine_get_busy_time(engine, &t[0]); in live_engine_busy_stats() 283 de = ktime_sub(intel_engine_get_busy_time(engine, &t[1]), de); in live_engine_busy_stats() 285 dt = ktime_sub(t[1], t[0]); in live_engine_busy_stats() 320 de = intel_engine_get_busy_time(engine, &t[0]); in live_engine_busy_stats() 322 de = ktime_sub(intel_engine_get_busy_time(engine, &t[1]), de); in live_engine_busy_stats() 324 dt = ktime_sub(t[1], t[0]); in live_engine_busy_stats()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | 1761 fbcon_redraw_blit(vc, info, p, t, b - t - count, in fbcon_scroll() 1782 fbcon_bmove(vc, t + count, 0, t, 0, in fbcon_scroll() 1803 fbcon_redraw_move(vc, p, t + count, b - t - count, t); in fbcon_scroll() 1823 fbcon_bmove(vc, t + count, 0, t, 0, in fbcon_scroll() 1832 fbcon_redraw(vc, t, b - t - count, in fbcon_scroll() 1854 t), in fbcon_scroll() 1870 fbcon_bmove(vc, t, 0, t + count, 0, in fbcon_scroll() 1892 fbcon_bmove(vc, t, 0, t + count, 0, in fbcon_scroll() 1912 fbcon_redraw_move(vc, p, t, b - t - count, t + count); in fbcon_scroll() 1923 t), in fbcon_scroll() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 087.out | 2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 16 Testing: -drive driver=IMGFMT,id=disk,node-name=test-node,file=TEST_DIR/t.IMGFMT 37 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on 49 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 61 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dsi.c | 496 int t; in wait_for_bit_change() local 1827 for (t = 0; t < dsi->num_lanes_supported; ++t) in dsi_set_lane_config() 4323 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm() 4325 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() 4334 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm() 4356 bl = t->hsw + t->hbp + t->hfp; in print_dispc_vm() 4365 t->hsw, t->hbp, hact, t->hfp, in print_dispc_vm() 4389 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm() 4390 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 4417 t->hsw = t->hfp = t->hbp = t->vsw = 1; in dsi_cm_calc_dispc_cb() [all …]
|
/openbmc/linux/kernel/bpf/ |
H A D | helpers.c | 1195 t = async->timer; in __bpf_async_init() 1196 if (t) { in __bpf_async_init() 1280 t = timer->timer; in BPF_CALL_3() 1281 if (!t) { in BPF_CALL_3() 1334 t = timer->timer; in BPF_CALL_3() 1335 if (!t || !t->cb.prog) { in BPF_CALL_3() 1381 t = timer->timer; in BPF_CALL_1() 1382 if (!t) { in BPF_CALL_1() 1388 if (cur_t == t) { in BPF_CALL_1() 1456 if (!t) in bpf_timer_cancel_and_free() [all …]
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 274 static inline int tcg_type_size(TCGType t) in tcg_type_size() argument 276 unsigned i = t; in tcg_type_size() 662 static inline TCGv_i32 temp_tcgv_i32(TCGTemp *t) in temp_tcgv_i32() argument 668 static inline TCGv_i64 temp_tcgv_i64(TCGTemp *t) in temp_tcgv_i64() argument 670 return (TCGv_i64)temp_tcgv_i32(t); in temp_tcgv_i64() 673 static inline TCGv_i128 temp_tcgv_i128(TCGTemp *t) in temp_tcgv_i128() argument 675 return (TCGv_i128)temp_tcgv_i32(t); in temp_tcgv_i128() 678 static inline TCGv_ptr temp_tcgv_ptr(TCGTemp *t) in temp_tcgv_ptr() argument 680 return (TCGv_ptr)temp_tcgv_i32(t); in temp_tcgv_ptr() 683 static inline TCGv_vec temp_tcgv_vec(TCGTemp *t) in temp_tcgv_vec() argument [all …]
|
/openbmc/linux/kernel/events/ |
H A D | uprobes.c | 1294 struct rb_node *n, *t; in build_probe_list() local 1304 for (t = n; t; t = rb_prev(t)) { in build_probe_list() 1311 for (t = n; (t = rb_next(t)); ) { in build_probe_list() 1726 xol_free_insn_slot(t); in uprobe_free_utask() 1728 t->utask = NULL; in uprobe_free_utask() 1754 t->utask = n_utask; in dup_utask() 1799 t->utask = NULL; in uprobe_copy_process() 1807 if (dup_utask(t, utask)) in uprobe_copy_process() 1815 if (mm == t->mm) in uprobe_copy_process() 1820 task_work_add(t, &t->utask->dup_xol_work, TWA_RESUME); in uprobe_copy_process() [all …]
|
/openbmc/linux/drivers/misc/genwqe/ |
H A D | card_sysfs.c | 100 u64 t; in freerunning_timer_show() local 103 t = __genwqe_readq(cd, IO_SLC_FREE_RUNNING_TIMER); in freerunning_timer_show() 104 return sprintf(buf, "%016llx\n", t); in freerunning_timer_show() 112 u64 t; in queue_working_time_show() local 115 t = __genwqe_readq(cd, IO_SLC_QUEUE_WTIME); in queue_working_time_show() 116 return sprintf(buf, "%016llx\n", t); in queue_working_time_show()
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | parselogs-ignores-common.txt | 7 # Some machines (eg qemux86) don't enable PAE (they probably should though) 10 # Connman's pacrunner warns if external connectivity isn't available 19 can\'t add hid device: 25 can\'t disable ASPM 41 controller can't do DEVSLP, turning off 43 error: couldn\'t mount because of unsupported optional features
|
/openbmc/linux/net/bpf/ |
H A D | bpf_dummy_struct_ops.c | 157 static int bpf_dummy_ops_check_member(const struct btf_type *t, in bpf_dummy_ops_check_member() argument 161 u32 moff = __btf_member_bit_offset(t, member) / 8; in bpf_dummy_ops_check_member() 179 const struct btf_type *t; in bpf_dummy_ops_btf_struct_access() local 187 t = btf_type_by_id(reg->btf, reg->btf_id); in bpf_dummy_ops_btf_struct_access() 189 if (t != state) { in bpf_dummy_ops_btf_struct_access() 207 static int bpf_dummy_init_member(const struct btf_type *t, in bpf_dummy_init_member() argument
|
/openbmc/webui-vue/src/views/Settings/Network/ |
H A D | TableDns.vue | 2 <page-section :section-title="$t('pageNetwork.staticDns')"> 8 {{ $t('pageNetwork.table.addDnsAddress') }} 16 :empty-text="$t('global.table.emptyMessage')" 70 $t: useI18n().t, 87 label: i18n.global.t('pageNetwork.table.ipAddress'),
|
/openbmc/u-boot/lib/ |
H A D | rc4.c | 18 unsigned short i, j, t; in rc4_encode() local 45 t = (s[i] + (s[j] % 256)) % 256; in rc4_encode() 46 buf[ptr] = buf[ptr] ^ s[t]; in rc4_encode()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | vm86.h | 53 #define free_vm86(t) do { \ argument 54 struct thread_struct *__t = (t); \ 87 #define free_vm86(t) do { } while(0) argument
|
/openbmc/linux/net/netrom/ |
H A D | nr_route.c | 511 struct nr_node *t; in nr_rt_device_down() local 519 nr_node_lock(t); in nr_rt_device_down() 522 t->count--; in nr_rt_device_down() 526 t->routes[0] = t->routes[1]; in nr_rt_device_down() 529 t->routes[1] = t->routes[2]; in nr_rt_device_down() 537 if (t->count <= 0) in nr_rt_device_down() 539 nr_node_unlock(t); in nr_rt_device_down() 959 struct nr_node *t = NULL; in nr_rt_free() local 965 nr_node_lock(t); in nr_rt_free() 966 nr_remove_node_locked(t); in nr_rt_free() [all …]
|
/openbmc/phosphor-networkd/test/ |
H A D | meson.build | 68 foreach t : tests 70 t, 72 t.underscorify(), 73 'test_' + t + '.cpp',
|
/openbmc/openbmc-tools/altitude/ |
H A D | altitude | 33 def Ht(t): argument 34 return ((t - Tb) / Lb) + hb 88 t = C(T(hp)) 89 local.append("Temperature at {:.2f}m: {:.2f}C".format(hp, t))
|
/openbmc/sdbusplus/include/sdbusplus/server/ |
H A D | object.hpp | 198 if constexpr (requires(T& t) { t.emit_added(); }) in try_emit() 203 if constexpr (requires(T& t) { t.maybe_emit_iface_added(); }) in try_emit()
|