HomeSort by: relevance | last modified time | path
    Searched defs:have_u3_ht (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/macppc/macppc/
cpu.c 221 extern int have_u3_ht(void);
224 #define have_u3_ht() 0 macro
232 if ((openpic_base != NULL) || have_u3_ht()) {
285 if ((openpic_base != NULL) || have_u3_ht()) {
315 if (!((openpic_base != NULL) || have_u3_ht())) {
338 if ((openpic_base != NULL) || have_u3_ht()) {
358 } else if (have_u3_ht()) {
cpu.c 221 extern int have_u3_ht(void);
224 #define have_u3_ht() 0 macro
232 if ((openpic_base != NULL) || have_u3_ht()) {
285 if ((openpic_base != NULL) || have_u3_ht()) {
315 if (!((openpic_base != NULL) || have_u3_ht())) {
338 if ((openpic_base != NULL) || have_u3_ht()) {
358 } else if (have_u3_ht()) {
pic_u3_ht.c 121 int have_u3_ht(void);
661 have_u3_ht(void) function in typeref:typename:int
pic_u3_ht.c 121 int have_u3_ht(void);
661 have_u3_ht(void) function in typeref:typename:int

Completed in 27 milliseconds