Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 39) sorted by relevance

12

/kvm-unit-tests/lib/s390x/
H A Dmalloc_io.c24 static int share_pages(void *p, int count) in share_pages()
34 static void unshare_pages(void *p, int count) in unshare_pages()
45 void *p; in alloc_io_mem() local
63 void free_io_mem(void *p, int size) in free_io_mem()
H A Dcss_dump.c91 uint32_t *p = (uint32_t *)irbp; in dump_irb() local
98 void dump_pmcw(struct pmcw *p) in dump_pmcw()
121 struct pmcw *p = &sch->pmcw; in dump_schib() local
H A Dcss_lib.c40 static bool check_response(void *p) in check_response()
55 bool chsc(void *p, uint16_t code, uint16_t len) in chsc()
82 char *p; in get_chsc_scsc() local
/kvm-unit-tests/lib/
H A Dargv.c23 static const char *skip_blanks(const char *p) in skip_blanks()
87 char *p; in env_next() local
129 char *eof = env + size, *p = env; in setup_env() local
H A Dutil.c12 char *p; in parse_keyval() local
H A Dvmalloc.c79 void *mem, *p; in vmap() local
104 void *p; in vm_alloc_one_page() local
127 uintptr_t p; in vm_memalign() local
H A Dprintf.c26 static void addchar(pstream_t *p, char c) in addchar()
35 static void print_str(pstream_t *p, const char *s, strprops_t props) in print_str()
120 static void print_wstring(pstream_t *p, const u16 *s, strprops_t props) in print_wstring()
161 char buf[sizeof(long) * 3 + 2], *p = buf; in print_int() local
197 char buf[sizeof(long) * 3 + 3], *p = buf; in print_unsigned() local
H A Dalloc.c31 void *p; in memalign() local
H A Dlist.h19 static inline bool is_list_empty(struct linked_list *p) in is_list_empty()
H A Dvirtio-mmio.c21 u8 *p = buf; in vm_get() local
32 const u8 *p = buf; in vm_set() local
/kvm-unit-tests/lib/libfdt/
H A Dlibfdt_internal.h58 static inline uint32_t fdt32_ld_(const fdt32_t *p) in fdt32_ld_()
63 static inline uint64_t fdt64_ld_(const fdt64_t *p) in fdt64_ld_()
H A Dfdt_rw.c56 char *p = splicepoint; in fdt_splice_() local
70 static int fdt_splice_mem_rsv_(void *fdt, struct fdt_reserve_entry *p, in fdt_splice_mem_rsv_()
83 static int fdt_splice_struct_(void *fdt, void *p, in fdt_splice_struct_()
107 void *p = (char *)fdt in fdt_splice_string_() local
130 const char *p; in fdt_find_add_string_() local
H A Dfdt.c170 const char *p; in fdt_next_tag() local
315 const char *p; in fdt_find_string_() local
H A Dfdt_ro.c17 const char *p = fdt_get_name(fdt, offset, &olen); in fdt_nodename_eq_() local
109 const char *p = fdt_get_string(fdt, stroffset, &slen); in fdt_string_eq_() local
253 const char *p = path; in fdt_path_offset_namelen() local
544 int pdepth = 0, p = 0; in fdt_get_path() local
709 const char *p; in fdt_stringlist_contains() local
H A Dlibfdt_env.h87 const char *p = memchr(string, 0, max_count); in fdt_strnlen() local
H A Dfdt_wip.c53 fdt32_t *p; in fdt_nop_region_() local
/kvm-unit-tests/lib/riscv/asm/
H A Dbarrier.h5 #define RISCV_FENCE(p, s) \ argument
/kvm-unit-tests/powerpc/
H A Dmmu.c55 phys_addr_t p[2]; in test_tlbie() local
125 phys_addr_t p[2]; in test_tlbie_this_cpu() local
/kvm-unit-tests/s390x/
H A Dmvpg.c59 static void init_page(uint8_t *p) in init_page()
70 static int page_ok(const uint8_t *p) in page_ok()
H A Dgs.c26 static inline unsigned long load_guarded(unsigned long *p) in load_guarded()
H A Dedat.c25 volatile unsigned int *p; variable
/kvm-unit-tests/lib/linux/
H A Dcompiler.h59 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size()
102 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size()
/kvm-unit-tests/lib/asm-generic/
H A Dpage.h22 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) argument
/kvm-unit-tests/arm/
H A Dmte.c32 #define untagged(p) \ argument
40 #define tagged(p, t) \ argument
/kvm-unit-tests/lib/riscv/
H A Dsbi.c46 phys_addr_t p = virt_to_phys(values); in sbi_sse_read_attrs() local
63 phys_addr_t p = virt_to_phys(values); in sbi_sse_write_attrs() local

12