Home
last modified time | relevance | path

Searched refs:lay (Results 1 – 9 of 9) sorted by relevance

/linux/arch/s390/kernel/
H A Dreipl.S32 lay %r1,__LC_FPREGS_SAVE_AREA(%r13)
50 lay %r1,__LC_FP_CREG_SAVE_AREA(%r13)
53 lay %r1,__LC_CPU_TIMER_SAVE_AREA(%r13)
56 lay %r1,__LC_PREFIX_SAVE_AREA(%r13)
61 lay %r1,__LC_CLOCK_COMP_SAVE_AREA(%r13)
64 lay %r1,__LC_PSW_SAVE_AREA(%r13)
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c275 ent->lay->sig = ~xor8_buf(ent->lay, 0, sizeof(*ent->lay)); in set_signature()
292 own = READ_ONCE(ent->lay->status_own); in poll_timeout()
315 sig = xor8_buf(ent->lay, 0, sizeof(*ent->lay)); in verify_signature()
900 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset, ent->idx); in dump_command()
901 offset += sizeof(ent->lay->in); in dump_command()
903 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset, ent->idx); in dump_command()
904 offset += sizeof(ent->lay->out); in dump_command()
907 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset, ent->idx); in dump_command()
908 offset += sizeof(*ent->lay); in dump_command()
984 struct mlx5_cmd_layout *lay; in cmd_work_handler() local
[all …]
H A Dpagealloc.c693 struct mlx5_cmd_layout *lay; in optimal_reclaimed_pages() local
696 ret = (sizeof(lay->out) + MLX5_BLKS_FOR_RECLAIM_PAGES * sizeof(block->data) - in optimal_reclaimed_pages()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-selection.rst77 rectangle. The original rectangle must lay inside the adjusted one.
80 rectangle. The adjusted rectangle must lay inside the original one.
/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst17 property to group several block groups into a flex group and lay out all
/linux/include/linux/mlx5/
H A Ddriver.h846 struct mlx5_cmd_layout *lay; member
/linux/Documentation/driver-api/
H A Dxillybus.rst304 to lay around in the DMA buffers between read() and write() anyhow.
/linux/arch/s390/tools/
H A Dopcodes.txt814 e371 lay RXY_RRRD
/linux/Documentation/bpf/
H A Dbpf_devel_QA.rst53 The following steps lay out how to start a CI run for your patches: