Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 82) sorted by relevance

1234

/xen/xen/arch/x86/mm/
A Dmm-locks.h35 static inline void mm_lock_init(mm_lock_t *l) in mm_lock_init()
43 static inline int mm_locked_by_me(mm_lock_t *l) in mm_locked_by_me()
64 static inline int _lock_level(const struct domain *d, int l) in _lock_level()
86 static inline void _set_lock_level(int l) in _set_lock_level()
129 static inline void mm_rwlock_init(mm_rwlock_t *l) in mm_rwlock_init()
137 static inline int mm_write_locked_by_me(mm_rwlock_t *l) in mm_write_locked_by_me()
157 static inline void mm_write_unlock(mm_rwlock_t *l) in mm_write_unlock()
176 static inline void mm_read_unlock(mm_rwlock_t *l) in mm_read_unlock()
210 static inline void mm_unlock(mm_lock_t *l) in mm_unlock()
293 #define page_sharing_mm_post_lock(l, r) \ argument
[all …]
/xen/xen/include/xen/
A Drwlock.h22 #define DEFINE_RWLOCK(l) rwlock_t l = RW_LOCK_UNLOCKED argument
23 #define rwlock_init(l) (*(l) = (rwlock_t)RW_LOCK_UNLOCKED) argument
240 #define read_lock(l) _read_lock(l) argument
241 #define read_lock_irq(l) _read_lock_irq(l) argument
248 #define read_unlock(l) _read_unlock(l) argument
251 #define read_trylock(l) _read_trylock(l) argument
253 #define write_lock(l) _write_lock(l) argument
262 #define write_unlock(l) _write_unlock(l) argument
266 #define rw_is_locked(l) _rw_is_locked(l) argument
292 #define DEFINE_PERCPU_RWLOCK_RESOURCE(l, owner) \ argument
[all …]
A Dspinlock.h132 #define DEFINE_SPINLOCK(l) spinlock_t l = SPIN_LOCK_UNLOCKED argument
134 #define spin_lock_init_prof(s, l) spin_lock_init(&((s)->l)) argument
184 #define spin_lock(l) _spin_lock(l) argument
185 #define spin_lock_cb(l, c, d) _spin_lock_cb(l, c, d) argument
186 #define spin_lock_irq(l) _spin_lock_irq(l) argument
193 #define spin_unlock(l) _spin_unlock(l) argument
194 #define spin_unlock_irq(l) _spin_unlock_irq(l) argument
197 #define spin_is_locked(l) _spin_is_locked(l) argument
198 #define spin_trylock(l) _spin_trylock(l) argument
207 #define spin_lock_kick(l) arch_lock_signal_wmb() argument
[all …]
A Dbitops.h10 #define GENMASK(h, l) \ argument
13 #define GENMASK_ULL(h, l) \ argument
/xen/xen/xsm/flask/ss/
A Dmls.c32 int i, l, len, head, prev; in mls_compute_context_len() local
92 int i, l, head, prev; in mls_sid_to_context() local
170 int mls_level_isvalid(struct policydb *p, struct mls_level *l) in mls_level_isvalid()
257 int l, rc = -EINVAL; in mls_context_to_sid() local
384 int l, rc = 0; in mls_range_set() local
411 int l, i; in mls_convert_context() local
/xen/xen/lib/x86/
A Dcpuid.c5 static void zero_leaves(struct cpuid_leaf *l, in zero_leaves()
92 struct cpuid_leaf l; in x86_cpuid_policy_fill_native() member
127 struct cpuid_leaf l; in x86_cpuid_policy_fill_native() member
300 #define COPY_LEAF(l, s, data) \ in x86_cpuid_copy_to_buffer() argument
408 struct cpuid_leaf l; in x86_cpuid_copy_from_buffer() local
A Dpolicy.c13 #define FAIL_CPUID(l, s) \ in x86_cpu_policies_are_compatible() argument
/xen/stubdom/vtpmmgr/
A Dmarshal.h182 #define unpack3_TPM_RESULT(p, l, m, t) unpack3_UINT32(p, l, m, t) argument
183 #define unpack3_TPM_PCRINDEX(p, l, m, t) unpack3_UINT32(p, l, m, t) argument
184 #define unpack3_TPM_DIRINDEX(p, l, m, t) unpack3_UINT32(p, l, m, t) argument
185 #define unpack3_TPM_HANDLE(p, l, m, t) unpack3_UINT32(p, l, m, t) argument
193 #define unpack3_TPM_COMMAND_CODE(p, l, m, t) unpack3_UINT32(p, l, m, t) argument
194 #define unpack3_TPM_PROTOCOL_ID(p, l, m, t) unpack3_UINT16(p, l, m, t) argument
196 #define unpack3_TPM_ENTITY_TYPE(p, l, m, t) unpack3_UINT16(p, l, m, t) argument
198 #define unpack3_TPM_KEY_USAGE(p, l, m, t) unpack3_UINT16(p, l, m, t) argument
201 #define unpack3_TPM_ENC_SCHEME(p, l, m, t) unpack3_UINT16(p, l, m, t) argument
202 #define unpack3_TPM_SIG_SCHEME(p, l, m, t) unpack3_UINT16(p, l, m, t) argument
[all …]
/xen/xen/include/asm-x86/
A Dspinlock.h4 #define _raw_read_unlock(l) \ argument
/xen/tools/tests/vpci/
A Demul.h59 #define spin_lock_init(l) (*(l) = false) argument
60 #define spin_lock(l) (*(l) = true) argument
61 #define spin_unlock(l) (*(l) = false) argument
/xen/xen/arch/x86/x86_64/
A Dmmconfig-shared.c214 u32 l, extcfg; in pci_mmcfg_nvidia_mcp55() local
239 u32 l, extcfg; in pci_mmcfg_nvidia_mcp55() local
303 u32 l; in pci_mmcfg_check_hostbridge() local
/xen/tools/misc/
A Dxenlockprof.c26 double l, b, sl, sb; in main() local
/xen/xen/arch/x86/pv/
A Demulate.c59 unsigned int a, l; in pv_emul_read_descriptor() local
/xen/xen/common/
A Dspinlock.c105 #define check_lock(l) ((void)0) argument
106 #define check_barrier(l) ((void)0) argument
107 #define got_lock(l) ((void)0) argument
108 #define rel_lock(l) ((void)0) argument
A Dhypfs.c253 const struct hypfs_entry_leaf *l; in hypfs_read_leaf() local
388 struct hypfs_entry_leaf *l; in hypfs_write() local
A Dinflate.c340 int l; /* bits per table (returned in m) */ in huft_build() local
771 unsigned *l; /* length list for huft_build */ in inflate_fixed() local
830 unsigned l; /* last length */ in inflate_dynamic() local
/xen/xen/arch/x86/
A Dextable.c28 const struct exception_table_entry *l = a, *r = b; in cmp_ex() local
43 struct exception_table_entry *l = a, *r = b, tmp; in swap_ex() local
/xen/tools/libxc/
A Dxc_private.c596 uint64_t l; in bitmap_64_to_byte() local
611 uint64_t l; in bitmap_byte_to_64() local
759 uint8_t h = x>>8, l = x; in xc_ffs16() local
765 uint16_t h = x>>16, l = x; in xc_ffs32() local
771 uint32_t h = x>>32, l = x; in xc_ffs64() local
/xen/xen/common/compat/
A Dmulticall.c27 #define do_multicall(l, n) compat_multicall(_##l, n) argument
/xen/xen/arch/x86/hvm/
A Ddomain.c265 #define SEG(l, a) (struct segment_register){ 0, { a }, l, 0 } in arch_set_info_hvm_guest() argument
/xen/tools/tests/xenstore/
A Dxs-test.c278 int l; in test_ta1() local
308 int l; in test_ta2() local
407 #define TEST(s, f, p, l) { s, f ## _init, f, f ## _deinit, (uintptr_t)(p), l } argument
/xen/tools/fuzz/cpu-policy/
A Dafl-policy-fuzzer.c66 unsigned char *l = (void *)cp, *r = (void *)&new; in check_cpuid() local
/xen/tools/libfsimage/zfs/
A Dfsys_zfs.h191 #define ZAP_LEAF_CHUNK(l, bs, idx) \ argument
193 #define ZAP_LEAF_ENTRY(l, bs, idx) (&ZAP_LEAF_CHUNK(l, bs, idx).l_entry) argument
/xen/tools/libxl/
A Dlibxl_cpuid.c505 libxl_cpuid_policy_list l; in libxl__cpuid_policy_list_parse_json() local
560 libxl_cpuid_policy_list l = *pl; in libxl_cpuid_policy_list_length() local
/xen/xen/tools/kconfig/
A Dutil.c54 size_t l; in str_append() local

Completed in 36 milliseconds

1234