Searched refs:do_call64 (Results 1 – 4 of 4) sorted by relevance
48 if (IS_ENABLED(CONFIG_64BIT) && sti->do_call64) { in store_sti_val()177 if (IS_ENABLED(CONFIG_64BIT) && !sti->do_call64) { in sti_putc()218 if (IS_ENABLED(CONFIG_64BIT) && !sti->do_call64) { in sti_set()251 if (IS_ENABLED(CONFIG_64BIT) && !sti->do_call64) { in sti_clear()287 if (IS_ENABLED(CONFIG_64BIT) && !sti->do_call64) { in sti_bmove()838 sti->do_call64 = 1; in sti_read_rom()862 (IS_ENABLED(CONFIG_64BIT) && sti->do_call64) ? 64 : 32); in sti_read_rom()1187 if (WARN_ONCE(IS_ENABLED(CONFIG_64BIT) && !sti->do_call64 && in sti_call()1194 sti->do_call64); in sti_call()
93 unsigned long glob_cfg, int do_call64);
353 int do_call64; /* call 64-bit code */ member
1430 unsigned long glob_cfg, int do_call64) in pdc_sti_call() argument1436 if (IS_ENABLED(CONFIG_64BIT) && do_call64) { in pdc_sti_call()