Home
last modified time | relevance | path

Searched defs:X_PFX (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Dx-list.c61 X_PFX(list_free_1) (x_list * node) { in X_PFX() function
72 X_PFX(list_free) (x_list * lst) { in X_PFX() function
86 X_PFX(list_prepend) (x_list * lst, void *data) { in X_PFX() function
117 X_PFX(list_append) (x_list * lst, void *data) { in X_PFX() function
132 X_PFX(list_reverse) (x_list * lst) { in X_PFX() function
147 X_PFX(list_find) (x_list * lst, void *data) { in X_PFX() function
157 X_PFX(list_nth) (x_list * lst, int n) { in X_PFX() function
165 X_PFX(list_pop) (x_list * lst, void **data_ret) { in X_PFX() function
182 X_PFX(list_filter) (x_list * lst, in X_PFX() function
195 X_PFX(list_map) (x_list * lst, in X_PFX() function
[all …]
H A Dx-hash.c146 X_PFX(hash_table_new) (x_hash_fun * hash, in X_PFX() function
173 X_PFX(hash_table_free) (x_hash_table * h) { in X_PFX() function
195 X_PFX(hash_table_size) (x_hash_table * h) { in X_PFX() function
244 X_PFX(hash_table_insert) (x_hash_table * h, void *k, void *v) { in X_PFX() function
249 X_PFX(hash_table_replace) (x_hash_table * h, void *k, void *v) { in X_PFX() function
254 X_PFX(hash_table_remove) (x_hash_table * h, void *k) { in X_PFX() function
279 X_PFX(hash_table_lookup) (x_hash_table * h, void *k, void **k_ret) { in X_PFX() function
306 X_PFX(hash_table_foreach) (x_hash_table * h, in X_PFX() function
H A Dx-hook.c46 X_PFX(hook_add) (x_list * lst, x_hook_function * fun, void *data) { in X_PFX() function
51 X_PFX(hook_remove) (x_list * lst, x_hook_function * fun, void *data) { in X_PFX() function
72 X_PFX(hook_run) (x_list * lst, void *arg) { in X_PFX() function
89 X_PFX(hook_free) (x_list * lst) { in X_PFX() function
H A Dx-hash.h74 X_PFX(cvt_uint_to_vptr) (unsigned int val) { in X_PFX() function
79 X_PFX(cvt_vptr_to_uint) (void * val) { in X_PFX() function
H A Dx-list.h44 #define X_PFX(x) x_ ## x macro
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_xive_template.c14 static void GLUE(X_PFX,ack_pending)(struct kvmppc_xive_vcpu *xc) in GLUE() argument
57 static u8 GLUE(X_PFX,esb_load)(struct xive_irq_data *xd, u32 offset) in GLUE() argument
75 static void GLUE(X_PFX,source_eoi)(u32 hw_irq, struct xive_irq_data *xd) in GLUE() argument
115 static u32 GLUE(X_PFX,scan_interrupts)(struct kvmppc_xive_vcpu *xc, in GLUE() argument
272 X_STATIC unsigned long GLUE(X_PFX,h_xirr)(struct kvm_vcpu *vcpu) in GLUE() argument
283 GLUE(X_PFX,ack_pending)(xc); in GLUE() local
323 X_STATIC unsigned long GLUE(X_PFX,h_ipoll)(struct kvm_vcpu *vcpu, unsigned long server) in GLUE() argument
358 static void GLUE(X_PFX,push_pending_to_hw)(struct kvmppc_xive_vcpu *xc) in GLUE() argument
376 static void GLUE(X_PFX,scan_for_rerouted_irqs)(struct kvmppc_xive *xive, in GLUE() argument
429 GLUE(X_PFX,esb_load)(xd, XIVE_ESB_SET_PQ_11); in GLUE() local
[all …]
H A Dbook3s_hv_rm_xive.c36 #define X_PFX xive_rm_ macro
H A Dbook3s_xive.c42 #define X_PFX xive_vm_ macro