Home
last modified time | relevance | path

Searched refs:pret (Results 1 – 2 of 2) sorted by relevance

/hypervisor/lib/
A Dstring.c229 const char *pstr, *pret; in strstr_s() local
232 pret = NULL; in strstr_s()
234 pret = NULL; in strstr_s()
240 pret = NULL; in strstr_s()
243 pret = str1; in strstr_s()
245 pret = NULL; in strstr_s()
254 pret = pstr; in strstr_s()
263 return (char *)pret; in strstr_s()
/hypervisor/arch/x86/
A Dpagetable.c711 const uint64_t *pret = NULL; in pgtable_lookup_entry() local
724 pret = pdpte; in pgtable_lookup_entry()
731 pret = pde; in pgtable_lookup_entry()
737 pret = pte; in pgtable_lookup_entry()
745 return pret; in pgtable_lookup_entry()

Completed in 5 milliseconds