Home
last modified time | relevance | path

Searched refs:bitcode (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/media/platform/chips-media/wave5/
Dwave5-vpuapi.c44 int wave5_vpu_init_with_bitcode(struct device *dev, u8 *bitcode, size_t size) in wave5_vpu_init_with_bitcode() argument
46 if (!bitcode || size == 0) in wave5_vpu_init_with_bitcode()
49 return wave5_initialize_vpu(dev, bitcode, size); in wave5_vpu_init_with_bitcode()
Dwave5-vpuapi.h845 int wave5_vpu_init_with_bitcode(struct device *dev, u8 *bitcode, size_t size);
/linux-6.14.4/arch/
DKconfig789 this option, the compiler generates LLVM bitcode instead of ELF
790 object files, and the actual compilation from bitcode happens at
/linux-6.14.4/
DMakefile587 -Cpanic=abort -Cembed-bitcode=n -Clto=n \