Home
last modified time | relevance | path

Searched refs:dtable (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse_decompress.c315 FSE_DTable dtable[]; /* Dynamically sized */ member
345 workSpace = wksp->dtable + FSE_DTABLE_SIZE_U32(tableLog); in FSE_decompress_wksp_body()
348 CHECK_F( FSE_buildDTable_internal(wksp->dtable, wksp->ncount, maxSymbolValue, tableLog, workSpace, wkspSize) ); in FSE_decompress_wksp_body()
351 const void* ptr = wksp->dtable; in FSE_decompress_wksp_body()
356 if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtable, 1); in FSE_decompress_wksp_body()
357 return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtable, 0); in FSE_decompress_wksp_body()
/kernel/linux/linux-6.6/drivers/clk/renesas/
H A Drzg2l-cpg.h93 const struct clk_div_table *dtable; member
138 .parent = _parent, .dtable = _dtable, \
142 .parent = _parent, .dtable = _dtable, \
H A Drzg2l-cpg.c141 if (core->dtable) in rzg2l_cpg_div_clk_register()
148 core->dtable, in rzg2l_cpg_div_clk_register()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c146 * dtable Dump
150 * dtable - KVM dtable
157 * Dumps the state of the KVM dtable given by @dtable, to the FILE stream
160 static void dtable_dump(FILE *stream, struct kvm_dtable *dtable, in dtable_dump() argument
165 indent, "", dtable->base, dtable->limit, in dtable_dump()
166 dtable->padding[0], dtable in dtable_dump()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c66 static void dtable_dump(FILE *stream, struct kvm_dtable *dtable, in dtable_dump() argument
71 indent, "", dtable->base, dtable->limit, in dtable_dump()
72 dtable->padding[0], dtable->padding[1], dtable->padding[2]); in dtable_dump()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dmce_power.c686 const struct mce_derror_table dtable[], in mce_handle_error()
694 handled = mce_handle_derror(regs, dtable, &mce_err, &addr, in mce_handle_error()
684 mce_handle_error(struct pt_regs *regs, unsigned long srr1, const struct mce_derror_table dtable[], const struct mce_ierror_table itable[]) mce_handle_error() argument
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dmce_power.c702 const struct mce_derror_table dtable[], in mce_handle_error()
710 handled = mce_handle_derror(regs, dtable, &mce_err, &addr, in mce_handle_error()
700 mce_handle_error(struct pt_regs *regs, unsigned long srr1, const struct mce_derror_table dtable[], const struct mce_ierror_table itable[]) mce_handle_error() argument

Completed in 9 milliseconds