Lines Matching full:null
144 *paddr = strtoull(getenv("INVALID_ADDR"), NULL, 0); in get_invalid_addr()
161 install_irq_handler(IRQ_S_TIMER, NULL); in timer_teardown()
177 expected = (long)strtoul(getenv("SBI_SPEC_VERSION"), NULL, 0); in check_base()
193 expected = (long)strtoul(getenv("SBI_IMPL_ID"), NULL, 0); in check_base()
201 expected = (long)strtoul(getenv("SBI_IMPL_VERSION"), NULL, 0); in check_base()
208 expected = getenv("SBI_PROBE_EXT") ? (long)strtoul(getenv("SBI_PROBE_EXT"), NULL, 0) : 1; in check_base()
218 expected = (long)strtoul(getenv("MVENDORID"), NULL, 0); in check_base()
227 expected = (long)strtoul(getenv("MARCHID"), NULL, 0); in check_base()
235 expected = (long)strtoul(getenv("MIMPID"), NULL, 0); in check_base()
281 unsigned long d = getenv("SBI_TIMER_DELAY") ? strtol(getenv("SBI_TIMER_DELAY"), NULL, 0) : 200000; in timer_check_set_timer()
282 …unsigned long margin = getenv("SBI_TIMER_MARGIN") ? strtol(getenv("SBI_TIMER_MARGIN"), NULL, 0) : … in timer_check_set_timer()
352 install_irq_handler(IRQ_S_TIMER, NULL); in check_time()
391 install_irq_handler(IRQ_S_SOFT, NULL); in ipi_hart_wait()
392 install_irq_handler(IRQ_S_TIMER, NULL); in ipi_hart_wait()
415 unsigned long d = getenv("SBI_IPI_TIMEOUT") ? strtol(getenv("SBI_IPI_TIMEOUT"), NULL, 0) : 200000; in check_ipi()
607 install_irq_handler(IRQ_S_SOFT, NULL); in hart_suspend_and_wait_ipi()
722 int max_cpus = getenv("SBI_MAX_CPUS") ? strtol(getenv("SBI_MAX_CPUS"), NULL, 0) : nr_cpus; in check_hsm()
724 ? strtol(getenv("SBI_HSM_TIMER_DURATION"), NULL, 0) : 200000; in check_hsm()
773 on_cpumask_async(&secondary_cpus_mask, stop_cpu, NULL); in check_hsm()
861 on_cpu(cpumask_next(-1, &secondary_cpus_mask), hart_start_invalid_hartid, NULL); in check_hsm()
865 on_cpumask_async(&secondary_cpus_mask, hart_check_already_started, NULL); in check_hsm()
893 on_cpumask_async(&secondary_cpus_mask, hart_retentive_suspend, NULL); in check_hsm()
932 on_cpumask_async(&secondary_cpus_mask, hart_non_retentive_suspend, NULL); in check_hsm()
1002 on_cpumask_async(&secondary_cpus_mask, stop_cpu, NULL); in check_hsm()
1033 on_cpu(cpu, start_cpu, NULL); in check_hsm()
1036 on_cpu_async(cpu, hart_retentive_suspend_with_msb_set, NULL); in check_hsm()
1072 on_cpu_async(cpu, hart_non_retentive_suspend_with_msb_set, NULL); in check_hsm()
1135 on_cpu_async(cpu, stop_cpu, NULL); in check_hsm()
1247 paddr = getenv("HIGH_PAGE") ? strtoull(getenv("HIGH_PAGE"), NULL, 0) : HIGH_ADDR_BOUNDARY; in check_dbcn()
1318 on_cpumask_async(&mask, stop_cpu, NULL); in susp_basic_prep()
1430 on_cpu(cpu, start_cpu, NULL); in susp_one_prep()