/kvm-unit-tests/lib/powerpc/asm/ |
H A D | ppc_asm.h | 7 #define SAVE_GPR(n, base) std n,GPR0+8*(n)(base) argument 8 #define REST_GPR(n, base) ld n,GPR0+8*(n)(base) argument
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | gic-v3-its.h | 19 void *base; member
|
H A D | gic-v3.h | 106 static inline void gicv3_do_wait_for_rwp(void *base) in gicv3_do_wait_for_rwp()
|
/kvm-unit-tests/lib/ |
H A D | string.c | 182 int base, bool is_signed, bool is_longlong) in __strtoll() 258 long int strtol(const char *nptr, char **endptr, int base) in strtol() 263 unsigned long int strtoul(const char *nptr, char **endptr, int base) in strtoul() 268 long long int strtoll(const char *nptr, char **endptr, int base) in strtoll() 273 unsigned long long int strtoull(const char *nptr, char **endptr, int base) in strtoull()
|
H A D | alloc_phys.c | 19 phys_addr_t base; member 27 static phys_addr_t base, top; variable
|
H A D | virtio-mmio.c | 120 void *base; member 126 struct dt_pbus_reg base; in vm_dt_match() local
|
H A D | virtio-mmio.h | 60 void *base; member
|
H A D | devicetree.h | 116 struct dt_pbus_reg *base) in dt_pbus_get_base()
|
H A D | printf.c | 159 static void print_int(pstream_t *ps, long long n, int base, strprops_t props) in print_int() 194 static void print_unsigned(pstream_t *ps, unsigned long long n, int base, in print_unsigned()
|
H A D | vmalloc.c | 216 phys_addr_t base, top; in __setup_vm() local
|
H A D | pci-host-generic.c | 57 struct dt_pbus_reg base; in pci_dt_probe() local
|
/kvm-unit-tests/x86/ |
H A D | kvmclock.c | 56 # define do_div(n,base) ({ \ argument 65 u32 __attribute__((weak)) __div64_32(u64 *n, u32 base) in __div64_32() 98 # define do_div(n,base) ({ \ argument
|
/kvm-unit-tests/lib/riscv/ |
H A D | stack.c | 11 unsigned long base = (unsigned long)&ImageBase; in base_address() local
|
H A D | io.c | 60 struct dt_pbus_reg base; in uart0_init_fdt() local
|
H A D | setup.c | 90 phys_addr_t base, top; in mem_allocator_init() local
|
/kvm-unit-tests/lib/arm/ |
H A D | io.c | 41 struct dt_pbus_reg base; in uart0_init_fdt() local
|
H A D | setup.c | 142 phys_addr_t base, top; in mem_allocator_init() local
|
/kvm-unit-tests/lib/ppc64/ |
H A D | opal.c | 13 uint64_t base; member
|
/kvm-unit-tests/lib/x86/ |
H A D | io.c | 114 phys_addr_t base = phys_addr & PAGE_MASK; in ioremap() local
|
H A D | desc.c | 360 void set_gdt_entry_base(int sel, unsigned long base) in set_gdt_entry_base() 378 void set_gdt_entry(int sel, unsigned long base, u32 limit, u8 type, u8 flags) in set_gdt_entry() 541 unsigned long base; in get_gdt_entry_base() local
|
/kvm-unit-tests/lib/s390x/ |
H A D | sclp.c | 38 phys_addr_t base, top; in mem_init() local
|
/kvm-unit-tests/lib/libfdt/ |
H A D | fdt.c | 58 uint32_t base, uint32_t size) in check_block_()
|
/kvm-unit-tests/lib/powerpc/ |
H A D | setup.c | 152 phys_addr_t base, top; in mem_init() local
|
/kvm-unit-tests/powerpc/ |
H A D | interrupts.c | 158 phys_addr_t base, top; in test_mmu() local
|
/kvm-unit-tests/arm/ |
H A D | pl031.c | 214 struct dt_pbus_reg base; in rtc_fdt_init() local
|