Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 37) sorted by relevance

12

/kvm-unit-tests/lib/powerpc/asm/
H A Dppc_asm.h7 #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 Dgic-v3-its.h19 void *base; member
H A Dgic-v3.h106 static inline void gicv3_do_wait_for_rwp(void *base) in gicv3_do_wait_for_rwp()
/kvm-unit-tests/lib/
H A Dstring.c182 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 Dalloc_phys.c19 phys_addr_t base; member
27 static phys_addr_t base, top; variable
H A Dvirtio-mmio.c120 void *base; member
126 struct dt_pbus_reg base; in vm_dt_match() local
H A Dvirtio-mmio.h60 void *base; member
H A Ddevicetree.h116 struct dt_pbus_reg *base) in dt_pbus_get_base()
H A Dprintf.c159 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 Dvmalloc.c216 phys_addr_t base, top; in __setup_vm() local
H A Dpci-host-generic.c57 struct dt_pbus_reg base; in pci_dt_probe() local
/kvm-unit-tests/x86/
H A Dkvmclock.c56 # 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 Dstack.c11 unsigned long base = (unsigned long)&ImageBase; in base_address() local
H A Dio.c60 struct dt_pbus_reg base; in uart0_init_fdt() local
H A Dsetup.c90 phys_addr_t base, top; in mem_allocator_init() local
/kvm-unit-tests/lib/arm/
H A Dio.c41 struct dt_pbus_reg base; in uart0_init_fdt() local
H A Dsetup.c142 phys_addr_t base, top; in mem_allocator_init() local
/kvm-unit-tests/lib/ppc64/
H A Dopal.c13 uint64_t base; member
/kvm-unit-tests/lib/x86/
H A Dio.c114 phys_addr_t base = phys_addr & PAGE_MASK; in ioremap() local
H A Ddesc.c360 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 Dsclp.c38 phys_addr_t base, top; in mem_init() local
/kvm-unit-tests/lib/libfdt/
H A Dfdt.c58 uint32_t base, uint32_t size) in check_block_()
/kvm-unit-tests/lib/powerpc/
H A Dsetup.c152 phys_addr_t base, top; in mem_init() local
/kvm-unit-tests/powerpc/
H A Dinterrupts.c158 phys_addr_t base, top; in test_mmu() local
/kvm-unit-tests/arm/
H A Dpl031.c214 struct dt_pbus_reg base; in rtc_fdt_init() local

12