Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Ddcr.h38 #define DCR_MAP_OK(host) dcr_map_ok_native(host)
Ddcr-native.h21 static inline bool dcr_map_ok_native(dcr_host_native_t host) in dcr_map_ok_native() function
/linux-6.1.9/arch/powerpc/sysdev/
Ddcr.c40 return dcr_map_ok_native(host.host.native); in dcr_map_ok_generic()