/xen/tools/tests/xenstore/ |
A D | xs-test.c | 45 uintptr_t par; member 144 static int ret0(uintptr_t par) in ret0() 172 static int test_read(uintptr_t par) in test_read() 191 static int test_write(uintptr_t par) in test_write() 201 static int test_dir_init(uintptr_t par) in test_dir_init() 212 static int test_dir(uintptr_t par) in test_dir() 249 static int test_rm_init(uintptr_t par) in test_rm_init() 263 static int test_rm(uintptr_t par) in test_rm() 275 static int test_ta1(uintptr_t par) in test_ta1() 302 static int test_ta2(uintptr_t par) in test_ta2() [all …]
|
/xen/xen/include/asm-arm/arm64/ |
A D | page.h | 51 uint64_t par, tmp = READ_SYSREG64(PAR_EL1); in __va_to_par() local 63 uint64_t par, tmp = READ_SYSREG64(PAR_EL1); in gva_to_ma_par() local 77 uint64_t par, tmp = READ_SYSREG64(PAR_EL1); in gva_to_ipa_par() local
|
/xen/xen/include/asm-arm/arm32/ |
A D | page.h | 67 uint64_t par, tmp; in __va_to_par() local 79 uint64_t par, tmp; in gva_to_ma_par() local 92 uint64_t par, tmp; in gva_to_ipa_par() local
|
/xen/xen/common/ |
A D | spinlock.c | 355 static void spinlock_profile_iterate(lock_profile_subfunc *sub, void *par) in spinlock_profile_iterate() 370 int32_t type, int32_t idx, void *par) in spinlock_profile_print_elem() 399 int32_t type, int32_t idx, void *par) in spinlock_profile_reset_elem() 423 int32_t type, int32_t idx, void *par) in spinlock_profile_ucopy_elem() 452 spinlock_profile_ucopy_t par; in spinlock_profile_control() local
|
A D | grant_table.c | 96 static void update_gnttab_par(unsigned int val, struct param_hypfs *par, in update_gnttab_par() 103 static void __init gnttab_max_frames_init(struct param_hypfs *par) in gnttab_max_frames_init() 108 static void __init max_maptrack_frames_init(struct param_hypfs *par) in max_maptrack_frames_init() 117 static void update_gnttab_par(unsigned int val, struct param_hypfs *par, in update_gnttab_par() 124 struct param_hypfs *par, char *parval) in parse_gnttab_limit()
|
/xen/tools/xenstore/ |
A D | xenstore_control.c | 11 char *par = NULL; in main() local
|
/xen/xen/include/asm-arm/ |
A D | page.h | 267 uint64_t par = __va_to_par(va); in va_to_par() local 279 uint64_t par = gva_to_ipa_par(va, flags); in gva_to_ipa() local
|
A D | mm.h | 245 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 | 150 uint64_t par; member
|
/xen/xen/include/xen/ |
A D | param.h | 26 } par; member 106 #define param_2_parfs(par) &__parfs_##par argument
|
/xen/xen/drivers/char/ |
A D | console.c | 91 static void con_timestamp_mode_upd(struct param_hypfs *par) in con_timestamp_mode_upd() 98 #define con_timestamp_mode_upd(par) argument 178 static void __init xenlog_init(struct param_hypfs *par) in xenlog_init() 184 static void __init xenlog_guest_init(struct param_hypfs *par) in xenlog_guest_init()
|
/xen/xen/arch/x86/pv/ |
A D | domain.c | 66 static void __init opt_pcid_init(struct param_hypfs *par) in opt_pcid_init()
|
/xen/xen/include/asm-x86/hvm/ |
A D | trace.h | 61 #define TRC_PAR_LONG(par) ((par)&0xFFFFFFFF),((par)>>32) argument
|
/xen/tools/libxl/ |
A D | libxl.c | 666 char *par, *val, *end, *path; in libxl_set_parameters() local
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | vmcs.c | 110 static void __init init_ept_param(struct param_hypfs *par) in init_ept_param()
|
/xen/xen/arch/arm/ |
A D | p2m.c | 1828 uint64_t par; in get_page_from_gva() local
|
A D | traps.c | 365 void panic_PAR(uint64_t par) in panic_PAR()
|
/xen/tools/tests/vhpet/ |
A D | emul.h | 390 #define TRC_PAR_LONG(par) ((par)&0xFFFFFFFF),((par)>>32) argument
|