Home
last modified time | relevance | path

Searched refs:add_dtb (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dprom.h24 extern void add_dtb(u64 data);
28 static inline void add_dtb(u64 data) { } in add_dtb() function
/linux-6.15/arch/x86/kernel/
H A Ddevicetree.c36 void __init add_dtb(u64 data) in add_dtb() function
H A Dsetup.c474 add_dtb(pa_data); in parse_setup_data()