Home
last modified time | relevance | path

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

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