Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 169) sorted by relevance

1234567

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dusercopy.c13 unsigned __copy_to_user_ll(void __user *to, const void *from, unsigned n) in __copy_to_user_ll()
52 unsigned __copy_from_user_ll(void *to, const void __user *from, unsigned n) in __copy_from_user_ll()
110 unsigned copy_to_user(void __user *to, const void *from, unsigned n) in copy_to_user()
127 unsigned clear_user(void __user *to, unsigned n) in clear_user()
168 unsigned copy_from_user(void *to, const void __user *from, unsigned n) in copy_from_user()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Ddiv64.h27 # define do_div(n,base) ({ \ argument
45 #define __do_div_asm(n, base) \ argument
73 #define do_div(n, base) __do_div_asm(n, base) argument
87 #define do_div(n, base) \ argument
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm32/
A Dbitops.h11 #define set_bit(n,p) _set_bit(n,p) argument
12 #define clear_bit(n,p) _clear_bit(n,p) argument
13 #define change_bit(n,p) _change_bit(n,p) argument
14 #define test_and_set_bit(n,p) _test_and_set_bit(n,p) argument
15 #define test_and_clear_bit(n,p) _test_and_clear_bit(n,p) argument
16 #define test_and_change_bit(n,p) _test_and_change_bit(n,p) argument
A Dcmpxchg.h136 #define cmpxchg(ptr,o,n) \ argument
142 #define cmpxchg_local(ptr,o,n) \ argument
/xen-4.10.0-shim-comet/xen/include/xen/
A Dstring.h35 #define strncmp(s1, s2, n) __builtin_strncmp(s1, s2, n) argument
86 #define memset(s, c, n) __builtin_memset(s, c, n) argument
91 #define memcpy(d, s, n) __builtin_memcpy(d, s, n) argument
96 #define memmove(d, s, n) __builtin_memmove(d, s, n) argument
105 #define memcmp(s1, s2, n) __builtin_memcmp(s1, s2, n) argument
110 #define memchr(s, c, n) __builtin_memchr(s, c, n) argument
A Dlist.h484 #define list_for_each_safe(pos, n, head) \ argument
653 #define list_for_each_safe_rcu(pos, n, head) \ argument
724 static inline void __hlist_del(struct hlist_node *n) in __hlist_del()
733 static inline void hlist_del(struct hlist_node *n) in hlist_del()
759 static inline void hlist_del_rcu(struct hlist_node *n) in hlist_del_rcu()
765 static inline void hlist_del_init(struct hlist_node *n) in hlist_del_init()
823 static inline void hlist_add_head_rcu(struct hlist_node *n, in hlist_add_head_rcu()
836 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before()
845 static inline void hlist_add_after(struct hlist_node *n, in hlist_add_after()
874 static inline void hlist_add_before_rcu(struct hlist_node *n, in hlist_add_before_rcu()
[all …]
A Dcompat.h134 #define CHECK_NAME_(k, n, tag) __check ## tag ## k ## _ ## n argument
143 #define CHECK_TYPE_(k, n) \ argument
154 #define CHECK_SIZE_(k, n) \ argument
165 #define CHECK_FIELD_COMMON_(k, name, n, f) \ argument
175 #define CHECK_FIELD_(k, n, f) \ argument
180 #define CHECK_SUBFIELD_1_(k, n, f1, f2) \ argument
187 #define CHECK_SUBFIELD_2_(k, n, f1, f2, f3) \ argument
A Dnodemask.h200 #define nodes_shift_right(dst, src, n) \ argument
203 const nodemask_t *srcp, int n, int nbits) in __nodes_shift_right()
208 #define nodes_shift_left(dst, src, n) \ argument
211 const nodemask_t *srcp, int n, int nbits) in __nodes_shift_left()
225 #define next_node(n, src) __next_node((n), &(src), MAX_NUMNODES) argument
226 static inline int __next_node(int n, const nodemask_t *srcp, int nbits) in __next_node()
261 #define cycle_node(n, src) __cycle_node((n), &(src), MAX_NUMNODES) argument
262 static inline int __cycle_node(int n, const nodemask_t *maskp, int nbits) in __cycle_node()
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Debitmap.h42 struct ebitmap_node **n) in ebitmap_start_positive()
61 struct ebitmap_node **n, in ebitmap_next_positive()
84 static inline int ebitmap_node_get_bit(struct ebitmap_node *n, in ebitmap_node_get_bit()
96 static inline void ebitmap_node_set_bit(struct ebitmap_node *n, in ebitmap_node_set_bit()
106 static inline void ebitmap_node_clr_bit(struct ebitmap_node *n, in ebitmap_node_clr_bit()
116 #define ebitmap_for_each_positive_bit(e, n, bit) \ argument
A Debitmap.c46 struct ebitmap_node *n, *new, *prev; in ebitmap_cpy() local
109 struct ebitmap_node *n; in ebitmap_get_bit() local
127 struct ebitmap_node *n, *prev, *new; in ebitmap_set_bit() local
205 struct ebitmap_node *n, *temp; in ebitmap_destroy() local
225 struct ebitmap_node *n = NULL; in ebitmap_read() local
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dstring.h6 #define memcpy(d, s, n) __builtin_memcpy(d, s, n) argument
10 #define memmove(d, s, n) __builtin_memmove(d, s, n) argument
14 #define memset(s, c, n) __builtin_memset(s, c, n) argument
A Dhpet.h17 #define HPET_Tn_CFG(n) (0x100 + (n) * 0x20) argument
18 #define HPET_Tn_CMP(n) (0x108 + (n) * 0x20) argument
19 #define HPET_Tn_ROUTE(n) (0x110 + (n) * 0x20) argument
A Ddelay.h11 #define udelay(n) __udelay(n) argument
/xen-4.10.0-shim-comet/xen/include/acpi/platform/
A Dacenv.h235 #define ACPI_STRNCPY(d,s,n) (void) strncpy((d), (s), (acpi_size)(n)) argument
236 #define ACPI_STRNCMP(d,s,n) strncmp((d), (s), (acpi_size)(n)) argument
239 #define ACPI_STRNCAT(d,s,n) strncat((d), (s), (acpi_size)(n)) argument
240 #define ACPI_STRTOUL(d,s,n) strtoul((d), (s), (acpi_size)(n)) argument
242 #define ACPI_MEMCPY(d,s,n) (void) memcpy((d), (s), (acpi_size)(n)) argument
243 #define ACPI_MEMSET(d,s,n) (void) memset((d), (s), (acpi_size)(n)) argument
297 #define ACPI_STRNCMP(d,s,n) acpi_ut_strncmp ((d), (s), (acpi_size)(n)) argument
300 #define ACPI_STRNCAT(d,s,n) acpi_ut_strncat ((d), (s), (acpi_size)(n)) argument
301 #define ACPI_STRTOUL(d,s,n) acpi_ut_strtoul ((d), (s), (acpi_size)(n)) argument
303 #define ACPI_MEMCPY(d,s,n) (void) acpi_ut_memcpy ((d), (s), (acpi_size)(n)) argument
[all …]
/xen-4.10.0-shim-comet/tools/xenstore/
A Dlist.h292 #define list_for_each_safe(pos, n, head) \ argument
338 #define list_for_each_entry_safe(pos, n, head, member) \ argument
375 static __inline__ void __hlist_del(struct hlist_node *n) in __hlist_del()
384 static __inline__ void hlist_del(struct hlist_node *n) in hlist_del()
402 static inline void hlist_del_rcu(struct hlist_node *n) in hlist_del_rcu()
408 static __inline__ void hlist_del_init(struct hlist_node *n) in hlist_del_init()
418 static __inline__ void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
428 static __inline__ void hlist_add_head_rcu(struct hlist_node *n, struct hlist_head *h) in hlist_add_head_rcu()
447 static __inline__ void hlist_add_after(struct hlist_node *n, in hlist_add_after()
461 #define hlist_for_each_safe(pos, n, head) \ argument
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhpet.c62 #define timer_config(h, n) (h->hpet.timers[n].config) argument
63 #define timer_enabled(h, n) (timer_config(h, n) & HPET_TN_ENABLE) argument
64 #define timer_is_periodic(h, n) (timer_config(h, n) & HPET_TN_PERIODIC) argument
65 #define timer_is_32bit(h, n) (timer_config(h, n) & HPET_TN_32BIT) argument
67 #define timer_level(h, n) (timer_config(h, n) & HPET_TN_LEVEL) argument
69 #define timer_int_route(h, n) \ argument
72 #define timer_int_route_cap(h, n) \ argument
312 #define set_stop_timer(n) (__set_bit((n), &stop_timers)) in hpet_write() argument
313 #define set_start_timer(n) (__set_bit((n), &start_timers)) in hpet_write() argument
314 #define set_restart_timer(n) (set_stop_timer(n),set_start_timer(n)) in hpet_write() argument
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dvsmc.c35 int n; in fill_uid() local
102 #define PSCI_ARG(reg, n) get_user_reg(reg, n) argument
105 #define PSCI_ARG32(reg, n) (uint32_t)(get_user_reg(reg, n)) argument
107 #define PSCI_ARG32(reg, n) PSCI_ARG(reg, n) argument
A Dvgic.c49 struct vgic_irq_rank *vgic_rank_offset(struct vcpu *v, int b, int n, in vgic_rank_offset()
328 void vgic_disable_irqs(struct vcpu *v, uint32_t r, int n) in vgic_disable_irqs()
365 static inline unsigned int vgic_get_virq_type(struct vcpu *v, int n, int index) in vgic_get_virq_type()
378 void vgic_enable_irqs(struct vcpu *v, uint32_t r, int n) in vgic_enable_irqs()
480 struct pending_irq *n; in irq_to_pending() local
514 struct pending_irq *iter, *n; in vgic_vcpu_inject_irq() local
/xen-4.10.0-shim-comet/xen/common/
A Dnotifier.c22 struct notifier_head *nh, struct notifier_block *n) in notifier_chain_register()
47 struct notifier_head *nh, struct notifier_block *n) in notifier_chain_unregister()
A Dtmem_control.c44 static unsigned long tmem_flush_npages(unsigned long n) in tmem_flush_npages()
102 int i, n = 0, sum = 0; in tmemc_list_client() local
155 int i, n = 0, sum = 0; in tmemc_list_shared() local
194 int n = 0, sum = 0; in tmemc_list_global_perf() local
210 int n = 0, sum = off; in tmemc_list_global() local
A Dinflate.c139 ush n; /* literal, length base, or distance base */ member
230 #define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}} argument
231 #define DUMPBITS(n) {b>>=(n);k-=(n);} argument
320 unsigned n, /* number of codes (assumed <= N_MAX) */ in huft_build()
595 unsigned n, d; /* length and index for copy */ in inflate_codes() local
703 unsigned n; /* number of bytes in block */ in inflate_stored() local
832 unsigned n; /* number of lengths to get */ in inflate_dynamic() local
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/
A Dutil.c93 int strncmp(const char *s1, const char *s2, uint32_t n) in strncmp()
102 void *memcpy(void *dest, const void *src, unsigned n) in memcpy()
122 void *memmove(void *dest, const void *src, unsigned n) in memmove()
151 strncpy(char *dest, const char *src, unsigned n) in strncpy()
184 memset(void *s, int c, unsigned n) in memset()
195 memcmp(const void *s1, const void *s2, unsigned n) in memcmp()
284 unsigned long n; in printnum() local
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_cfg.c173 static XLU_ConfigSetting *find(const XLU_Config *cfg, const char *n) { in find()
184 static int find_atom(const XLU_Config *cfg, const char *n, in find_atom()
250 int xlu_cfg_get_string(const XLU_Config *cfg, const char *n, in xlu_cfg_get_string()
260 int xlu_cfg_replace_string(const XLU_Config *cfg, const char *n, in xlu_cfg_replace_string()
271 int xlu_cfg_get_long(const XLU_Config *cfg, const char *n, in xlu_cfg_get_long()
302 int xlu_cfg_get_defbool(const XLU_Config *cfg, const char *n, libxl_defbool *b, in xlu_cfg_get_defbool()
314 int xlu_cfg_get_list(const XLU_Config *cfg, const char *n, in xlu_cfg_get_list()
332 int xlu_cfg_get_list_as_string_list(const XLU_Config *cfg, const char *n, in xlu_cfg_get_list_as_string_list()
/xen-4.10.0-shim-comet/xen/common/libfdt/
A Dlibfdt_internal.h78 static inline const struct fdt_reserve_entry *_fdt_mem_rsv(const void *fdt, int n) in _fdt_mem_rsv()
86 static inline struct fdt_reserve_entry *_fdt_mem_rsv_w(void *fdt, int n) in _fdt_mem_rsv_w()
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/
A Dcmpxchg.h152 #define cmpxchg(ptr, o, n) \ argument
161 #define cmpxchg_local(ptr, o, n) \ argument

Completed in 38 milliseconds

1234567