/Linux-v6.6/fs/ext4/ |
D | inode-test.c | 78 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/ |
D | kmsan.h | 149 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()
|
D | core.c | 53 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/ |
D | decompress_common.c | 266 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/ |
D | cik_sdma.c | 136 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/ |
D | mailbox-mpfs.c | 120 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/ |
D | ubsan.c | 149 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()
|
D | stackdepot.c | 522 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/ |
D | stackdepot.h | 156 depot_stack_handle_t handle, unsigned int extra_bits);
|
/Linux-v6.6/drivers/acpi/acpica/ |
D | dbtest.c | 500 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/ |
D | cik_sdma.c | 226 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/ |
D | btrfs_inode.h | 436 unsigned int extra_bits,
|
D | file.c | 139 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()
|
D | inode.c | 2649 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/ |
D | deftree.c | 112 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/ |
D | bnxt.c | 3068 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()
|