Home
last modified time | relevance | path

Searched refs:extra_bits (Results 1 – 17 of 17) sorted by relevance

/linux-6.1.9/fs/ext4/
Dinode-test.c78 u32 extra_bits; member
88 .extra_bits = 0,
96 .extra_bits = 0,
104 .extra_bits = 0,
112 .extra_bits = 0,
120 .extra_bits = 1,
128 .extra_bits = 1,
136 .extra_bits = 1,
144 .extra_bits = 1,
152 .extra_bits = 2,
[all …]
/linux-6.1.9/mm/kmsan/
Dkmsan.h149 unsigned int extra_bits);
164 static __always_inline bool kmsan_uaf_from_eb(unsigned int extra_bits) in kmsan_uaf_from_eb() argument
166 return extra_bits & 1; in kmsan_uaf_from_eb()
169 static __always_inline unsigned int kmsan_depth_from_eb(unsigned int extra_bits) in kmsan_depth_from_eb() argument
171 return extra_bits >> 1; in kmsan_depth_from_eb()
Dcore.c53 u32 extra_bits = in kmsan_internal_poison_memory() local
58 handle = kmsan_save_stack_with_flags(flags, extra_bits); in kmsan_internal_poison_memory()
215 u32 extra_bits; in kmsan_internal_chain_origin() local
228 extra_bits = stack_depot_get_extra_bits(id); in kmsan_internal_chain_origin()
229 depth = kmsan_depth_from_eb(extra_bits); in kmsan_internal_chain_origin()
230 uaf = kmsan_uaf_from_eb(extra_bits); in kmsan_internal_chain_origin()
242 extra_bits = kmsan_extra_bits(depth, uaf); in kmsan_internal_chain_origin()
253 return __stack_depot_save(entries, ARRAY_SIZE(entries), extra_bits, in kmsan_internal_chain_origin()
/linux-6.1.9/fs/ntfs3/lib/
Ddecompress_common.c266 u32 extra_bits = codeword_len - table_bits; in make_huffman_decode_table() local
267 u32 node_idx = cur_codeword >> extra_bits; in make_huffman_decode_table()
304 --extra_bits; in make_huffman_decode_table()
305 node_idx += (cur_codeword >> extra_bits) & 1; in make_huffman_decode_table()
306 } while (extra_bits != 0); in make_huffman_decode_table()
/linux-6.1.9/drivers/gpu/drm/radeon/
Dcik_sdma.c136 u32 extra_bits = (ib->vm ? ib->vm->ids[ib->ring].id : 0) & 0xf; in cik_sdma_ring_ib_execute() local
153 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits)); in cik_sdma_ring_ib_execute()
172 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | in cik_sdma_hdp_flush_ring_emit() local
181 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_hdp_flush_ring_emit()
233 u32 extra_bits = emit_wait ? 0 : SDMA_SEMAPHORE_EXTRA_S; in cik_sdma_semaphore_ring_emit() local
235 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_SEMAPHORE, 0, extra_bits)); in cik_sdma_semaphore_ring_emit()
947 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | in cik_dma_vm_flush() local
991 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_dma_vm_flush()
/linux-6.1.9/drivers/mailbox/
Dmailbox-mpfs.c98 u8 extra_bits = msg->cmd_data_size & 3; in mpfs_mbox_send_data() local
104 if (extra_bits) { in mpfs_mbox_send_data()
111 for (i = 0u; i < extra_bits; i++) { in mpfs_mbox_send_data()
/linux-6.1.9/lib/
Dubsan.c83 unsigned extra_bits = sizeof(s_max)*8 - type_bit_width(type); in get_signed_val() local
86 return ((s_max)ulong_val) << extra_bits >> extra_bits; in get_signed_val()
Dstackdepot.c421 unsigned int extra_bits, in __stack_depot_save() argument
511 retval.extra = extra_bits; in __stack_depot_save()
/linux-6.1.9/include/linux/
Dstackdepot.h25 unsigned int extra_bits,
/linux-6.1.9/drivers/acpi/acpica/
Ddbtest.c500 u8 extra_bits; in acpi_db_test_buffer_type() local
540 extra_bits = bit_length % 8; in acpi_db_test_buffer_type()
541 if (extra_bits) { in acpi_db_test_buffer_type()
542 buffer[byte_length - 1] = ACPI_MASK_BITS_ABOVE(extra_bits); in acpi_db_test_buffer_type()
/linux-6.1.9/fs/btrfs/
Dextent-io-tree.h198 u64 end, u32 extra_bits, in set_extent_delalloc() argument
202 EXTENT_DELALLOC | extra_bits, in set_extent_delalloc()
Dfile.c455 unsigned int extra_bits = 0; in btrfs_dirty_pages() local
461 extra_bits |= EXTENT_NORESERVE; in btrfs_dirty_pages()
479 extra_bits, cached); in btrfs_dirty_pages()
Dinode.c2833 unsigned int extra_bits, in btrfs_set_extent_delalloc() argument
2844 extra_bits |= EXTENT_DELALLOC_NEW; in btrfs_set_extent_delalloc()
2855 return set_extent_delalloc(&inode->io_tree, start, end, extra_bits, in btrfs_set_extent_delalloc()
Dctree.h3388 unsigned int extra_bits,
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Dcik_sdma.c230 u32 extra_bits = vmid & 0xf; in cik_sdma_ring_emit_ib() local
235 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits)); in cik_sdma_ring_emit_ib()
251 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | in cik_sdma_ring_emit_hdp_flush() local
260 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_ring_emit_hdp_flush()
861 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | in cik_sdma_ring_emit_vm_flush() local
866 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_ring_emit_vm_flush()
/linux-6.1.9/lib/zlib_deflate/
Ddeftree.c112 const int *extra_bits; /* extra bits for each code or NULL */ member
361 const int *extra = desc->stat_desc->extra_bits; in gen_bitlen()
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c3112 u64 extra_bits = valid_bit; in bnxt_alloc_ring() local
3127 extra_bits |= PTU_PTE_NEXT_TO_LAST; in bnxt_alloc_ring()
3130 extra_bits |= PTU_PTE_LAST; in bnxt_alloc_ring()
3132 cpu_to_le64(rmem->dma_arr[i] | extra_bits); in bnxt_alloc_ring()