Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/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()
217 u32 extra_bits; in kmsan_internal_chain_origin() local
231 extra_bits = stack_depot_get_extra_bits(id); in kmsan_internal_chain_origin()
232 depth = kmsan_depth_from_eb(extra_bits); in kmsan_internal_chain_origin()
233 uaf = kmsan_uaf_from_eb(extra_bits); in kmsan_internal_chain_origin()
245 extra_bits = kmsan_extra_bits(depth, uaf); in kmsan_internal_chain_origin()
258 return stack_depot_set_extra_bits(handle, extra_bits); in kmsan_internal_chain_origin()
/Linux-v6.6/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-v6.6/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-v6.6/drivers/mailbox/
Dmailbox-mpfs.c120 u8 extra_bits = msg->cmd_data_size & 3; in mpfs_mbox_send_data() local
126 if (extra_bits) { in mpfs_mbox_send_data()
133 for (i = 0u; i < extra_bits; i++) { in mpfs_mbox_send_data()
/Linux-v6.6/lib/
Dubsan.c149 unsigned extra_bits = sizeof(s_max)*8 - type_bit_width(type); in get_signed_val() local
152 return ((s_max)ulong_val) << extra_bits >> extra_bits; in get_signed_val()
Dstackdepot.c522 depot_stack_handle_t handle, unsigned int extra_bits) in stack_depot_set_extra_bits() argument
530 parts.extra = extra_bits; in stack_depot_set_extra_bits()
/Linux-v6.6/include/linux/
Dstackdepot.h156 depot_stack_handle_t handle, unsigned int extra_bits);
/Linux-v6.6/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-v6.6/drivers/gpu/drm/amd/amdgpu/
Dcik_sdma.c226 u32 extra_bits = vmid & 0xf; in cik_sdma_ring_emit_ib() local
231 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits)); in cik_sdma_ring_emit_ib()
247 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | in cik_sdma_ring_emit_hdp_flush() local
256 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_ring_emit_hdp_flush()
855 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | in cik_sdma_ring_emit_vm_flush() local
860 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_ring_emit_vm_flush()
/Linux-v6.6/fs/btrfs/
Dbtrfs_inode.h436 unsigned int extra_bits,
Dfile.c139 unsigned int extra_bits = 0; in btrfs_dirty_pages() local
145 extra_bits |= EXTENT_NORESERVE; in btrfs_dirty_pages()
163 extra_bits, cached); in btrfs_dirty_pages()
Dinode.c2649 unsigned int extra_bits, in btrfs_set_extent_delalloc() argument
2660 extra_bits |= EXTENT_DELALLOC_NEW; in btrfs_set_extent_delalloc()
2672 EXTENT_DELALLOC | extra_bits, cached_state); in btrfs_set_extent_delalloc()
/Linux-v6.6/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-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c3068 u64 extra_bits = valid_bit; in bnxt_alloc_ring() local
3083 extra_bits |= PTU_PTE_NEXT_TO_LAST; in bnxt_alloc_ring()
3086 extra_bits |= PTU_PTE_LAST; in bnxt_alloc_ring()
3088 cpu_to_le64(rmem->dma_arr[i] | extra_bits); in bnxt_alloc_ring()