Searched defs:par (Results 1 – 15 of 15) sorted by relevance
/xen-4.10.0-shim-comet/tools/tests/xenstore/ |
A D | xs-test.c | 44 uintptr_t par; member 143 static int ret0(uintptr_t par) in ret0() 171 static int test_read(uintptr_t par) in test_read() 190 static int test_write(uintptr_t par) in test_write() 200 static int test_dir_init(uintptr_t par) in test_dir_init() 211 static int test_dir(uintptr_t par) in test_dir() 248 static int test_rm_init(uintptr_t par) in test_rm_init() 262 static int test_rm(uintptr_t par) in test_rm() 274 static int test_ta1(uintptr_t par) in test_ta1() 301 static int test_ta2(uintptr_t par) in test_ta2() [all …]
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/ |
A D | page.h | 90 uint64_t par, tmp = READ_SYSREG64(PAR_EL1); in __va_to_par() local 102 uint64_t par, tmp = READ_SYSREG64(PAR_EL1); in gva_to_ma_par() local 116 uint64_t par, tmp = READ_SYSREG64(PAR_EL1); in gva_to_ipa_par() local
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm32/ |
A D | page.h | 99 uint64_t par, tmp; in __va_to_par() local 111 uint64_t par, tmp; in gva_to_ma_par() local 124 uint64_t par, tmp; in gva_to_ipa_par() local
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | spinlock.c | 329 static void spinlock_profile_iterate(lock_profile_subfunc *sub, void *par) in spinlock_profile_iterate() 344 int32_t type, int32_t idx, void *par) in spinlock_profile_print_elem() 369 int32_t type, int32_t idx, void *par) in spinlock_profile_reset_elem() 394 int32_t type, int32_t idx, void *par) in spinlock_profile_ucopy_elem() 423 spinlock_profile_ucopy_t par; in spinlock_profile_control() local
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstore_control.c | 11 char *par = NULL; in main() local
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | page.h | 287 uint64_t par = __va_to_par(va); in va_to_par() local 299 uint64_t par = gva_to_ipa_par(va, flags); in gva_to_ipa() local
|
A D | mm.h | 246 uint64_t par = va_to_par(va); in __virt_to_maddr() local 276 uint64_t par = gva_to_ma_par(va, flags); in gvirt_to_maddr() local
|
A D | domain.h | 209 uint64_t par; member
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | init.h | 89 } par; member
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | trace.h | 59 #define TRC_PAR_LONG(par) ((par)&0xFFFFFFFF),((par)>>32) argument
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | kernel.c | 170 uint64_t par; in kernel_zimage_load() local
|
A D | p2m.c | 1417 uint64_t par; in get_page_from_gva() local
|
A D | domain_build.c | 2005 uint64_t par; in initrd_load() local
|
A D | traps.c | 387 void panic_PAR(uint64_t par) in panic_PAR()
|
/xen-4.10.0-shim-comet/tools/tests/vhpet/ |
A D | emul.h | 392 #define TRC_PAR_LONG(par) ((par)&0xFFFFFFFF),((par)>>32) argument
|
Completed in 26 milliseconds