/openbmc/qemu/target/arm/tcg/ |
H A D | mve.decode | 144 # don't decode it in this format 148 # Here also we don't decode the bit 28 size in the format to avoid 560 # The U bit (28) is don't-care because it does not affect the result 566 # The U bit (28) is don't-care because it does not affect the result
|
/openbmc/qemu/docs/interop/ |
H A D | qmp-spec.rst | 238 state where it can't parse additional commands. To get it back into 242 other than ``\t`` (horizontal tab), ``\r`` (carriage return), or 255 Moreover, the client may receive output a previous client didn't read. 422 upstream as long as it doesn't send input with downstream members, and
|
/openbmc/linux/drivers/mmc/host/ |
H A D | via-sdmmc.c | 934 static void via_sdc_timeout(struct timer_list *t) in via_sdc_timeout() argument 939 sdhost = from_timer(sdhost, t, timer); in via_sdc_timeout() 965 static void via_sdc_tasklet_finish(struct tasklet_struct *t) in via_sdc_tasklet_finish() argument 967 struct via_crdr_mmc_host *host = from_tasklet(host, t, finish_tasklet); in via_sdc_tasklet_finish()
|
/openbmc/linux/fs/nilfs2/ |
H A D | super.c | 277 time64_t t; in nilfs_commit_super() local 280 t = ktime_get_real_seconds(); in nilfs_commit_super() 281 nilfs->ns_sbwtime = t; in nilfs_commit_super() 282 sbp[0]->s_wtime = cpu_to_le64(t); in nilfs_commit_super()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ov7251.c | 1180 static inline u32 avg_fps(const struct v4l2_fract *t) in avg_fps() argument 1182 return (t->denominator + (t->numerator >> 1)) / t->numerator; in avg_fps()
|
/openbmc/linux/drivers/media/pci/ttpci/ |
H A D | budget-ci.c | 102 static void msp430_ir_interrupt(struct tasklet_struct *t) in msp430_ir_interrupt() argument 104 struct budget_ci_ir *ir = from_tasklet(ir, t, msp430_irq_tasklet); in msp430_ir_interrupt() 351 static void ciintf_interrupt(struct tasklet_struct *t) in ciintf_interrupt() argument 353 struct budget_ci *budget_ci = from_tasklet(budget_ci, t, in ciintf_interrupt()
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | longlong.h | 40 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) argument 41 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) argument
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | snps,dwmac.yaml | 16 # we will validate the node thanks to the select, but won't report it 46 # include that schemas, otherwise compatible won't validate for 626 Don\'t multiply the pbl/txpbl/rxpbl values by 8. For core 627 rev < 3.50, don\'t multiply the values by 4.
|
/openbmc/linux/Documentation/driver-api/ |
H A D | dma-buf.rst | 43 - doesn't need to worry about how the buffer is allocated, or where. 64 If llseek on dma-buf FDs isn't support the kernel will report -ESPIPE for all 227 * Future fences, used in HWC1 to signal when a buffer isn't used by the display 366 GPUs doesn't anything fundamentally new.
|
/openbmc/linux/arch/powerpc/platforms/ |
H A D | Kconfig.cputype | 71 processors don't have a HASH MMU and provide SW TLB loading. 317 Most 6xx have an FPU but e300c2 core (mpc832x) don't have 450 is only implemented by IBM Power9 CPUs, if you don't have one of them 574 If you don't know what to do here, say N.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | README.rst | 122 errors that are very difficult to track down, so don't assume that 270 build should require that. Don't take the name of root in vain. 312 to update the loading map! If you don't, you won't be able to boot
|
H A D | mono.rst | 47 mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 248 static void serial8250_timeout(struct timer_list *t) in serial8250_timeout() argument 250 struct uart_8250_port *up = from_timer(up, t, timer); in serial8250_timeout() 256 static void serial8250_backup_timeout(struct timer_list *t) in serial8250_backup_timeout() argument 258 struct uart_8250_port *up = from_timer(up, t, timer); in serial8250_backup_timeout()
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | l1oip_core.c | 822 l1oip_keepalive(struct timer_list *t) in l1oip_keepalive() argument 824 struct l1oip *hc = from_timer(hc, t, keep_tl); in l1oip_keepalive() 830 l1oip_timeout(struct timer_list *t) in l1oip_timeout() argument 832 struct l1oip *hc = from_timer(hc, t, in l1oip_timeout()
|
/openbmc/linux/drivers/dma/ |
H A D | imx-dma.c | 340 static void imxdma_watchdog(struct timer_list *t) in imxdma_watchdog() argument 342 struct imxdma_channel *imxdmac = from_timer(imxdmac, t, watchdog); in imxdma_watchdog() 596 static void imxdma_tasklet(struct tasklet_struct *t) in imxdma_tasklet() argument 598 struct imxdma_channel *imxdmac = from_tasklet(imxdmac, t, dma_tasklet); in imxdma_tasklet()
|
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 456 int t; in ipoib_rx_poll() local 465 t = min(IPOIB_NUM_WC, max); in ipoib_rx_poll() 466 n = ib_poll_cq(priv->recv_cq, t, priv->ibwc); in ipoib_rx_poll() 482 if (n != t) in ipoib_rx_poll()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_trigger.c | 132 static void *trigger_next(struct seq_file *m, void *t, loff_t *pos) in trigger_next() argument 136 if (t == SHOW_AVAILABLE_TRIGGERS) { in trigger_next() 140 return seq_list_next(t, &event_file->triggers, pos); in trigger_next() 172 static void trigger_stop(struct seq_file *m, void *t) in trigger_stop() argument
|
/openbmc/linux/net/sched/ |
H A D | sch_netem.c | 332 long t; in tabledist() local 344 t = dist->table[rnd % dist->size]; in tabledist() 345 x = (sigma % NETEM_DIST_SCALE) * t; in tabledist() 351 return x / NETEM_DIST_SCALE + (sigma / NETEM_DIST_SCALE) * t + mu; in tabledist()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | patch.py | 841 t = self.patchset.d.getVar('T') 842 if not t: 844 bb.utils.mkdirhier(t) 846 rcfile = "%s/bashrc.%s.%s" % (t, str(os.getpid()), random.random())
|
/openbmc/qemu/qapi/ |
H A D | machine-target.json | 50 # because they can't be implemented by a static CPU model 174 # .. note:: This command isn't specific to s390x, but is only 229 # .. note:: This command isn't specific to s390x, but is only 365 # messages explaining why the CPU model can't be used. If
|
/openbmc/linux/Documentation/filesystems/ |
H A D | proc.rst | 99 documentation, we won't feel responsible... 1041 shouldn't get tremendously large (20MB or so) 1045 Doesn't include SwapCached. 1807 long as the size of the core file isn't limited. But sometimes we don't want 1910 Since this interface is intended to be fast and cheap it doesn't 2120 unpatched. If the patch is being enabled, then the task hasn't been 2126 patched. If the patch is being disabled, then the task hasn't been 2247 # strace -e mount mount -o hidepid=1 -t proc proc /tmp/proc 2258 # mount -o remount,hidepid=1 -t proc proc /tmp/proc 2271 # mount -o hidepid=invisible -t proc proc /proc [all …]
|
H A D | ecryptfs.rst | 48 mount -t ecryptfs /root/crypt /mnt/crypt
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | cx88-devel.rst | 97 over time, so don't assume any sample starts at any particular place.
|
/openbmc/linux/drivers/net/ethernet/wiznet/ |
H A D | Kconfig | 13 Note that the answer to this question doesn't directly affect the
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | net_prio.rst | 20 # mount -t cgroup -onet_prio none /sys/fs/cgroup/net_prio
|