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

/linux-master/fs/ext4/
H A Dinode-test.c40 #define CASE_NAME_FORMAT "%s: msb:%x lower_bound:%x extra_bits: %x"
78 u32 extra_bits; member in struct:timestamp_expectation
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
[all...]
/linux-master/fs/ntfs3/lib/
H A Ddecompress_common.c266 u32 extra_bits = codeword_len - table_bits; local
267 u32 node_idx = cur_codeword >> extra_bits;
304 --extra_bits;
305 node_idx += (cur_codeword >> extra_bits) & 1;
306 } while (extra_bits != 0);
/linux-master/mm/kmsan/
H A Dkmsan.h149 unsigned int extra_bits);
164 static __always_inline bool kmsan_uaf_from_eb(unsigned int extra_bits) argument
166 return extra_bits & 1;
169 static __always_inline unsigned int kmsan_depth_from_eb(unsigned int extra_bits) argument
171 return extra_bits >> 1;
H A Dcore.c53 u32 extra_bits = local
58 handle = kmsan_save_stack_with_flags(flags, extra_bits);
152 u32 extra_bits; local
166 extra_bits = stack_depot_get_extra_bits(id);
167 depth = kmsan_depth_from_eb(extra_bits);
168 uaf = kmsan_uaf_from_eb(extra_bits);
180 extra_bits = kmsan_extra_bits(depth, uaf);
192 return stack_depot_set_extra_bits(handle, extra_bits);
/linux-master/include/linux/
H A Dstackdepot.h238 * @extra_bits: Value to set the extra bits
246 depot_stack_handle_t handle, unsigned int extra_bits);
/linux-master/drivers/mailbox/
H A Dmailbox-mpfs.c120 u8 extra_bits = msg->cmd_data_size & 3; local
126 if (extra_bits) {
133 for (i = 0u; i < extra_bits; i++) {
/linux-master/drivers/gpu/drm/radeon/
H A Dcik_sdma.c136 u32 extra_bits = (ib->vm ? ib->vm->ids[ib->ring].id : 0) & 0xf; local
153 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits));
172 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | local
181 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits));
233 u32 extra_bits = emit_wait ? 0 : SDMA_SEMAPHORE_EXTRA_S; local
235 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_SEMAPHORE, 0, extra_bits));
947 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | local
991 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits));
/linux-master/lib/
H A Dubsan.c163 unsigned extra_bits = sizeof(s_max)*8 - type_bit_width(type); local
166 return ((s_max)ulong_val) << extra_bits >> extra_bits;
H A Dstackdepot.c770 depot_stack_handle_t handle, unsigned int extra_bits)
778 parts.extra = extra_bits;
769 stack_depot_set_extra_bits( depot_stack_handle_t handle, unsigned int extra_bits) argument
/linux-master/drivers/acpi/acpica/
H A Ddbtest.c500 u8 extra_bits; local
540 extra_bits = bit_length % 8;
541 if (extra_bits) {
542 buffer[byte_length - 1] = ACPI_MASK_BITS_ABOVE(extra_bits);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dcik_sdma.c226 u32 extra_bits = vmid & 0xf; local
231 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits));
247 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | local
256 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits));
850 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | local
855 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits));
/linux-master/fs/btrfs/
H A Dbtrfs_inode.h466 unsigned int extra_bits,
H A Dfile.c138 unsigned int extra_bits = 0; local
144 extra_bits |= EXTENT_NORESERVE;
162 extra_bits, cached);
H A Dinode.c2680 unsigned int extra_bits,
2691 extra_bits |= EXTENT_DELALLOC_NEW;
2703 EXTENT_DELALLOC | extra_bits, cached_state);
2679 btrfs_set_extent_delalloc(struct btrfs_inode *inode, u64 start, u64 end, unsigned int extra_bits, struct extent_state **cached_state) argument
/linux-master/lib/zlib_deflate/
H A Ddeftree.c112 const int *extra_bits; /* extra bits for each code or NULL */ member in struct:static_tree_desc_s
113 int extra_base; /* base index for extra_bits */
361 const int *extra = desc->stat_desc->extra_bits;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3441 u64 extra_bits = valid_bit; local
3456 extra_bits |= PTU_PTE_NEXT_TO_LAST;
3459 extra_bits |= PTU_PTE_LAST;
3461 cpu_to_le64(rmem->dma_arr[i] | extra_bits);

Completed in 277 milliseconds