Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/ps3/
H A Dsetup.c172 static int ps3_set_dabr(unsigned long dabr, unsigned long dabrx)
175 if (dabrx == 0 && dabr == 0) in ps3_set_dabr() argument
176 dabrx = DABRX_USER; in ps3_set_dabr()
178 dabrx &= DABRX_BTI | DABRX_KERNEL | DABRX_USER; in ps3_set_dabr()
180 return lv1_set_dabr(dabr, dabrx) ? -1 : 0; in ps3_set_dabr()
/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c901 static int pseries_set_dabr(unsigned long dabr, unsigned long dabrx) in pseries_set_dabr() argument
906 static int pseries_set_xdabr(unsigned long dabr, unsigned long dabrx) in pseries_set_xdabr() argument
909 if (dabrx == 0 && dabr == 0) in pseries_set_xdabr()
910 dabrx = DABRX_USER; in pseries_set_xdabr()
912 dabrx &= DABRX_KERNEL | DABRX_USER; in pseries_set_xdabr()
914 return plpar_hcall_norets(H_SET_XDABR, dabr, dabrx); in pseries_set_xdabr()
/linux/arch/powerpc/include/asm/
H A Dasm-prototypes.h73 unsigned long dabrx);