Lines Matching +full:psci +full:- +full:1
3 * devices exposed from QEMU, e.g. pl011 and chr-testdev. That's
13 #include <chr-testdev.h>
15 #include <asm/psci.h>
36 * kvm-unit-tests uses the uart only for output. Both uart models have in uart0_init_fdt()
45 assert(ret >= 0 || ret == -FDT_ERR_NOTFOUND); in uart0_init_fdt()
47 if (ret == -FDT_ERR_NOTFOUND) { in uart0_init_fdt()
51 assert(ret == 0 || ret == -FDT_ERR_NOTFOUND); in uart0_init_fdt()
83 uart0_base = ioremap(spcr->serial_port.address, spcr->serial_port.bit_width); in uart0_init_acpi()
120 int c = -1; in __getchar()
149 * up when chr-testdev is not present. in exit()
151 printf("\nEXIT: STATUS=%d\n", ((code) << 1) | 1); in exit()