Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/chips-media/wave5/
Dwave5-vpuapi.c42 int wave5_vpu_init_with_bitcode(struct device *dev, u8 *bitcode, size_t size) in wave5_vpu_init_with_bitcode() argument
44 if (!bitcode || size == 0) in wave5_vpu_init_with_bitcode()
47 return wave5_initialize_vpu(dev, bitcode, size); in wave5_vpu_init_with_bitcode()
Dwave5-vpuapi.h844 int wave5_vpu_init_with_bitcode(struct device *dev, u8 *bitcode, size_t size);
/linux-6.12.1/arch/
DKconfig788 this option, the compiler generates LLVM bitcode instead of ELF
789 object files, and the actual compilation from bitcode happens at
/linux-6.12.1/
DMakefile557 -Cpanic=abort -Cembed-bitcode=n -Clto=n \