/linux-6.1.9/arch/x86/crypto/ |
D | des3_ede-asm_64.S | 89 roll $4, RT0d; \ 99 roll $1, right##d; \ 104 roll $1, left##d; \ 262 roll $4, RT0d; \ 283 roll $1, right##0d; \ 288 roll $1, left##0d; \ 292 roll $1, right##1d; \ 297 roll $1, left##1d; \ 301 roll $1, right##2d; \ 306 roll $1, left##2d; \
|
D | camellia-x86_64-asm_64.S | 102 roll $1, RT0d; \ 116 roll $1, RT0d; \ 284 roll $1, RT0d; \ 294 roll $1, RT2d; \ 308 roll $1, RT2d; \ 318 roll $1, RT1d; \
|
D | twofish-x86_64-asm_64-3way.S | 124 roll $1, ab ## d; \ 137 roll $1, ba ## d; \
|
D | sm3-avx-asm_64.S | 146 roll $(v), reg; 150 roll $(v), dst;
|
/linux-6.1.9/arch/x86/lib/ |
D | checksum_32.S | 65 roll $8, %eax 126 roll $8, %eax 172 roll $8, %eax 244 roll $8, %eax
|
D | csum-copy_64.S | 249 roll $8, %eax
|
/linux-6.1.9/drivers/gpu/drm/omapdrm/ |
D | omap_gem.c | 39 u32 roll; member 644 int omap_gem_roll(struct drm_gem_object *obj, u32 roll) in omap_gem_roll() argument 650 if (roll > npages) { in omap_gem_roll() 651 dev_err(obj->dev->dev, "invalid roll: %d\n", roll); in omap_gem_roll() 655 omap_obj->roll = roll; in omap_gem_roll() 666 roll, true); in omap_gem_roll() 777 ret = tiler_pin(block, omap_obj->pages, npages, omap_obj->roll, true); in omap_gem_pin_tiler() 1124 omap_obj->roll, true); in omap_gem_resume() 1156 omap_obj->vaddr, omap_obj->roll); in omap_gem_describe()
|
D | omap_dmm_tiler.c | 345 struct page **pages, u32 npages, u32 roll) in dmm_txn_append() argument 376 int n = i + roll; in dmm_txn_append() 460 u32 npages, u32 roll, bool wait) in fill() argument 491 dmm_txn_append(txn, &p_area, pages, npages, roll); in fill() 493 roll += tcm_sizeof(slice); in fill() 508 u32 npages, u32 roll, bool wait) in tiler_pin() argument 512 ret = fill(&block->area, pages, npages, roll, wait); in tiler_pin()
|
D | omap_dmm_tiler.h | 83 u32 npages, u32 roll, bool wait);
|
D | omap_gem.h | 71 int omap_gem_roll(struct drm_gem_object *obj, u32 roll);
|
/linux-6.1.9/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 300 ! - roll back gRB 302 ! k0 returns original sp (after roll back) 308 ! Check for roll back gRB (User and Kernel)
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-bus-pci-drivers-xhci_hcd | 21 port will roll back to the xHCI.
|
D | sysfs-fs-f2fs | 605 Description: Controls max # of node block writes to be used for roll forward 606 recovery. This can limit the roll forward recovery time.
|
/linux-6.1.9/Documentation/userspace-api/media/dvb/ |
D | frontend-property-cable-systems.rst | 19 supports a subset of the Annex A modulation types, and a roll-off of
|
/linux-6.1.9/drivers/s390/net/ |
D | ctcm_mpc.h | 189 __u8 roll; member
|
D | ctcm_mpc.c | 1590 grp->roll = XSIDE; in mpc_validate_xid() 1595 grp->roll = YSIDE; in mpc_validate_xid() 1887 if (grp->roll == YSIDE) { in mpc_action_doxid7() 1904 if (grp->roll == YSIDE) { in mpc_action_doxid7()
|
/linux-6.1.9/arch/x86/boot/compressed/ |
D | efi_thunk_64.S | 99 roll $1, %eax
|
/linux-6.1.9/drivers/net/ethernet/ti/ |
D | am65-cpsw-qos.c | 146 int roll = 2; in am65_cpsw_port_est_get_free_buf_num() local 148 while (roll--) { in am65_cpsw_port_est_get_free_buf_num()
|
/linux-6.1.9/Documentation/devicetree/bindings/eeprom/ |
D | at24.yaml | 157 Indicates that the multi-address eeprom does not automatically roll
|
/linux-6.1.9/Documentation/powerpc/ |
D | transactional_memory.rst | 18 guaranteed to either complete atomically or roll back and undo any partial 59 state will roll back to that at the 'tbegin', and control will continue from
|
/linux-6.1.9/Documentation/accounting/ |
D | psi.rst | 15 roll the dice and frequently suffer the disruptions resulting from
|
/linux-6.1.9/Documentation/fb/ |
D | udlfb.rst | 164 roll over very quickly. To get reliable results, design
|
/linux-6.1.9/drivers/scsi/ |
D | scsi_transport_spi.c | 669 u32 roll = (pattern & 0x80000000) ? 1 : 0; in spi_dv_device_echo_buffer() local 672 pattern = (pattern << 1) | roll; in spi_dv_device_echo_buffer()
|
/linux-6.1.9/Documentation/filesystems/ |
D | xfs-delayed-logging-design.rst | 190 transaction rolling mechanism to re-reserve space on every transaction roll. We 205 means we can roll the transaction multiple times before we have to re-reserve 206 log space when we roll the transaction. This ensures that the common 285 locked across each transaction they roll in the chain. 287 "Re-logging" the locked items on every transaction roll ensures that the items 300 they roll.
|
/linux-6.1.9/arch/sh/ |
D | Kconfig | 654 bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)"
|