Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A 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/mm/kmsan/
H A Dkmsan.h126 unsigned int extra_bits);
141 static __always_inline bool kmsan_uaf_from_eb(unsigned int extra_bits) in kmsan_uaf_from_eb() argument
143 return extra_bits & 1; in kmsan_uaf_from_eb()
146 static __always_inline unsigned int kmsan_depth_from_eb(unsigned int extra_bits) in kmsan_depth_from_eb() argument
148 return extra_bits >> 1; in kmsan_depth_from_eb()
H A Dcore.c52 u32 extra_bits = in kmsan_internal_poison_memory() local
57 handle = kmsan_save_stack_with_flags(flags, extra_bits); in kmsan_internal_poison_memory()
151 u32 extra_bits; in kmsan_internal_chain_origin() local
165 extra_bits = stack_depot_get_extra_bits(id); in kmsan_internal_chain_origin()
166 depth = kmsan_depth_from_eb(extra_bits); in kmsan_internal_chain_origin()
167 uaf = kmsan_uaf_from_eb(extra_bits); in kmsan_internal_chain_origin()
179 extra_bits = kmsan_extra_bits(depth, uaf); in kmsan_internal_chain_origin()
191 return stack_depot_set_extra_bits(handle, extra_bits); in kmsan_internal_chain_origin()
/linux/fs/ntfs3/lib/
H A 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/drivers/gpu/drm/radeon/
H A 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/lib/
H A Dubsan.c163 unsigned extra_bits = sizeof(s_max)*8 - type_bit_width(type); in get_signed_val() local
166 return ((s_max)ulong_val) << extra_bits >> extra_bits; in get_signed_val()
H A Dstackdepot.c771 depot_stack_handle_t handle, unsigned int extra_bits) in stack_depot_set_extra_bits() argument
779 parts.extra = extra_bits; in stack_depot_set_extra_bits()
/linux/drivers/acpi/acpica/
H A 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/drivers/gpu/drm/amd/amdgpu/
H A Dcik_sdma.c229 u32 extra_bits = vmid & 0xf; in cik_sdma_ring_emit_ib() local
234 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits)); in cik_sdma_ring_emit_ib()
250 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | in cik_sdma_ring_emit_hdp_flush() local
259 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_ring_emit_hdp_flush()
853 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | in cik_sdma_ring_emit_vm_flush() local
858 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_ring_emit_vm_flush()
/linux/include/linux/
H A Dstackdepot.h246 depot_stack_handle_t handle, unsigned int extra_bits);
/linux/lib/zlib_deflate/
H A 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/fs/btrfs/
H A Dbtrfs_inode.h548 unsigned int extra_bits,
H A Dfile.c80 unsigned int extra_bits = 0; in btrfs_dirty_folio() local
86 extra_bits |= EXTENT_NORESERVE; in btrfs_dirty_folio()
106 extra_bits, cached); in btrfs_dirty_folio()
H A Dinode.c2701 unsigned int extra_bits, in btrfs_set_extent_delalloc() argument
2712 extra_bits |= EXTENT_DELALLOC_NEW; in btrfs_set_extent_delalloc()
2724 EXTENT_DELALLOC | extra_bits, cached_state); in btrfs_set_extent_delalloc()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3600 u64 extra_bits = valid_bit; in bnxt_alloc_ring() local
3615 extra_bits |= PTU_PTE_NEXT_TO_LAST; in bnxt_alloc_ring()
3618 extra_bits |= PTU_PTE_LAST; in bnxt_alloc_ring()
3620 cpu_to_le64(rmem->dma_arr[i] | extra_bits); in bnxt_alloc_ring()