Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Ddcr.h51 #define DCR_MAP_OK(host) dcr_map_ok_native(host)
Ddcr-native.h34 static inline bool dcr_map_ok_native(dcr_host_native_t host) in dcr_map_ok_native() function
/Linux-v4.19/arch/powerpc/sysdev/
Ddcr.c53 return dcr_map_ok_native(host.host.native); in dcr_map_ok_generic()