/linux/drivers/isdn/mISDN/ |
A D | layer1.c | 121 l1->dcb(l1->dch, HW_POWERUP_REQ); in l1_deact_cnf() 141 l1->dcb(l1->dch, INFO3_P8); in l1_power_up_s() 164 l1->dcb(l1->dch, INFO3_P8); in l1_info2_ind() 173 l1->dcb(l1->dch, INFO3_P8); in l1_info4_ind() 192 l1->dcb(l1->dch, HW_D_NOBLOCKED); in l1_timer3() 208 l1->dcb(l1->dch, PH_ACTIVATE_IND); in l1_timer_act() 219 l1->dcb(l1->dch, HW_D_NOBLOCKED); in l1_timer_deact() 221 l1->dcb(l1->dch, HW_DEACT_REQ); in l1_timer_deact() 232 l1->dcb(l1->dch, HW_RESET_REQ); in l1_activate_s() 244 l1->dcb(l1->dch, HW_D_NOBLOCKED); in l1_activate_no() [all …]
|
/linux/Documentation/networking/ |
A D | tls-offload-layers.svg | 1 …l1.46875 0l0 1.46875q0.5625 -1.03125 1.03125 -1.359375q0.484375 -0.328125 1.0625 -0.328125q0.82812…
|
/linux/security/selinux/ss/ |
A D | mls_types.h | 30 static inline int mls_level_eq(struct mls_level *l1, struct mls_level *l2) in mls_level_eq() argument 32 return ((l1->sens == l2->sens) && in mls_level_eq() 33 ebitmap_cmp(&l1->cat, &l2->cat)); in mls_level_eq() 36 static inline int mls_level_dom(struct mls_level *l1, struct mls_level *l2) in mls_level_dom() argument 38 return ((l1->sens >= l2->sens) && in mls_level_dom() 39 ebitmap_contains(&l1->cat, &l2->cat, 0)); in mls_level_dom() 42 #define mls_level_incomp(l1, l2) \ argument 43 (!mls_level_dom((l1), (l2)) && !mls_level_dom((l2), (l1))) 45 #define mls_level_between(l1, l2, l3) \ argument 46 (mls_level_dom((l1), (l2)) && mls_level_dom((l3), (l1)))
|
/linux/arch/sparc/kernel/ |
A D | rtrap_64.S | 62 andn %l1, %o0, %l1 87 and %l1, %l4, %l4 88 andn %l1, %l4, %l1 98 and %l1, %l4, %l4 99 andn %l1, %l4, %l1 118 and %l1, %l4, %l4 119 andn %l1, %l4, %l1 227 andn %l1, TSTATE_SYSCALL, %l1 242 ldx [%l1 + %lo(sparc64_kern_pri_nuc_bits)], %l1 243 or %l0, %l1, %l0 [all …]
|
A D | head_64.S | 170 sub %l0, %l1, %l1 185 sub %l0, %l1, %l1 186 stw %l4, [%l1] 191 sub %l0, %l1, %l1 215 sub %l0, %l1, %l1 236 sub %l0, %l1, %l1 257 sub %l0, %l1, %l1 283 stw %l1, [%l4] 345 sub %l0, %l1, %l1 363 sub %l0, %l1, %l1 [all …]
|
A D | head_32.S | 364 mov %l1, %o1 ! and debug_vec 375 add %g7, 0x1c, %l1 376 ld [%l1], %l0 407 ldub [%o2], %l1 408 cmp %l1, 'l' 413 ldub [%o2 + 0x4], %l1 415 cmp %l1, 'm' 417 cmp %l1, 's' 419 cmp %l1, 'd' 421 cmp %l1, 'e' [all …]
|
A D | entry.S | 162 jmp %l1 448 mov %l1, %o1 468 mov %l1, %o1 516 mov %l1, %o1 528 cmp %l1, %l5 532 cmp %l1, %l5 555 mov %l1, %o1 572 mov %l1, %o1 589 mov %l1, %o1 606 mov %l1, %o1 [all …]
|
A D | hvtramp.S | 56 mov 0, %l1 70 add %l1, 1, %l1 71 cmp %l1, %l2
|
/linux/fs/ntfs3/ |
A D | upcase.c | 36 int ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t l2, in ntfs_cmp_names() argument 41 size_t len = min(l1, l2); in ntfs_cmp_names() 55 return l1 - l2; in ntfs_cmp_names() 65 diff2 = l1 - l2; in ntfs_cmp_names() 74 size_t l1 = uni1->len; in ntfs_cmp_names_cpu() local 76 size_t len = min(l1, l2); in ntfs_cmp_names_cpu() 92 return l1 - l2; in ntfs_cmp_names_cpu() 102 diff2 = l1 - l2; in ntfs_cmp_names_cpu()
|
/linux/arch/hexagon/include/asm/ |
A D | mmu_context.h | 32 int l1; in switch_mm() local 39 for (l1 = MIN_KERNEL_SEG; l1 <= max_kernel_seg; l1++) in switch_mm() 40 next->pgd[l1] = init_mm.pgd[l1]; in switch_mm()
|
/linux/drivers/pinctrl/renesas/ |
A D | pinctrl-rzn1.c | 220 u32 l1; in rzn1_set_hw_pin_func() local 256 l1 = readl(&ipctl->lev1->conf[pin]); in rzn1_set_hw_pin_func() 257 l1_cache = l1; in rzn1_set_hw_pin_func() 492 u32 l1, l2, arg = 0; in rzn1_pinconf_get() local 499 l1mux = l1 & RZN1_L1_FUNC_MASK; in rzn1_pinconf_get() 543 u32 l1, l1_cache; in rzn1_pinconf_set() local 551 l1_cache = l1; in rzn1_pinconf_set() 560 l1 &= ~(0x3 << RZN1_L1_PIN_PULL); in rzn1_pinconf_set() 602 l1 &= ~RZN1_L1_FUNC_MASK; in rzn1_pinconf_set() 603 l1 |= RZN1_FUNC_HIGHZ; in rzn1_pinconf_set() [all …]
|
/linux/kernel/ |
A D | kcmp.c | 73 static void kcmp_unlock(struct rw_semaphore *l1, struct rw_semaphore *l2) in kcmp_unlock() argument 75 if (likely(l2 != l1)) in kcmp_unlock() 77 up_read(l1); in kcmp_unlock() 80 static int kcmp_lock(struct rw_semaphore *l1, struct rw_semaphore *l2) in kcmp_lock() argument 84 if (l2 > l1) in kcmp_lock() 85 swap(l1, l2); in kcmp_lock() 87 err = down_read_killable(l1); in kcmp_lock() 88 if (!err && likely(l1 != l2)) { in kcmp_lock() 91 up_read(l1); in kcmp_lock()
|
/linux/drivers/scsi/arm/ |
A D | eesox.c | 236 unsigned long l1, l2; in eesoxscsi_buffer_in() local 242 *(u32 *)buf = l1; in eesoxscsi_buffer_in() 251 unsigned long l1; in eesoxscsi_buffer_in() local 256 *(u32 *)buf = l1; in eesoxscsi_buffer_in() 315 unsigned long l1, l2; in eesoxscsi_buffer_out() local 317 l1 = *(u32 *)buf; in eesoxscsi_buffer_out() 322 writel(l1 << 16, reg_dmadata); in eesoxscsi_buffer_out() 323 writel(l1, reg_dmadata); in eesoxscsi_buffer_out() 331 unsigned long l1; in eesoxscsi_buffer_out() local 333 l1 = *(u32 *)buf; in eesoxscsi_buffer_out() [all …]
|
/linux/arch/sparc/lib/ |
A D | xor.S | 390 xor %l3, %l1, %l3 431 xor %l1, %i5, %l1 449 xor %l1, %i5, %l1 490 xor %l1, %g3, %l1 503 xor %l1, %g3, %l1 516 xor %l1, %g3, %l1 532 xor %l1, %g3, %l1 576 xor %l1, %g3, %l1 592 xor %l1, %g3, %l1 608 xor %l1, %g3, %l1 [all …]
|
/linux/Documentation/devicetree/bindings/regulator/ |
A D | qcom,smd-rpm-regulator.yaml | 27 For pm8226, s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, 33 For pm8916, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, 36 For pm8941, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, 40 For pm8950 and pm8953, s1, s2, s3, s4, s5, s6, s7, l1, l2, l3, l4, l5, l6, 44 For pm8994, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, 48 For pm8998, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, l1, l2, 52 For pm660, s1, s2, s3, s4, s5, s6, l1, l2, l3, l5, l6, l7, l8, l9, l10, l22, 55 For pm660l s1, s2, s3, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, bob 57 For pma8084, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, 65 For pms405, s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, [all …]
|
/linux/arch/sparc/prom/ |
A D | cif.S | 20 mov %g5, %l1 25 mov %l1, %g5 43 mov %o0, %l1 47 restore %l1, 0, %o0
|
/linux/drivers/firmware/efi/libstub/ |
A D | string.c | 22 size_t l1, l2; in strstr() local 27 l1 = strlen(s1); in strstr() 28 while (l1 >= l2) { in strstr() 29 l1--; in strstr()
|
/linux/fs/hpfs/ |
A D | name.c | 76 const unsigned char *n1, unsigned l1, in hpfs_compare_names() argument 79 unsigned l = l1 < l2 ? l1 : l2; in hpfs_compare_names() 88 if (l1 < l2) return -1; in hpfs_compare_names() 89 if (l1 > l2) return 1; in hpfs_compare_names()
|
/linux/tools/vm/ |
A D | page_owner_sort.c | 56 const struct block_list *l1 = p1, *l2 = p2; in compare_txt() local 58 return strcmp(l1->txt, l2->txt); in compare_txt() 63 const struct block_list *l1 = p1, *l2 = p2; in compare_num() local 65 return l2->num - l1->num; in compare_num() 70 const struct block_list *l1 = p1, *l2 = p2; in compare_page_num() local 72 return l2->page_num - l1->page_num; in compare_page_num()
|
/linux/tools/perf/util/ |
A D | demangle-java.c | 162 size_t len, l1 = 0; in java_demangle_sym() local 190 l1 = strlen(buf); in java_demangle_sym() 191 buf[l1++] = ' '; in java_demangle_sym() 195 ptr = __demangle_java_sym(str, p + 1, buf + l1, len - l1, MODE_PREFIX); in java_demangle_sym()
|
/linux/drivers/media/platform/davinci/ |
A D | vpif.c | 65 .l1 = 1, 82 .l1 = 1, 99 .l1 = 1, 116 .l1 = 1, 133 .l1 = 1, 153 .l1 = 1, 173 .l1 = 1, 192 .l1 = 1, 212 .l1 = 1, 294 value = (config->l1 & vpifregs[config_channel_id].len_mask); in vpif_set_mode_info()
|
/linux/arch/s390/lib/ |
A D | string.c | 231 static inline int clcle(const char *s1, unsigned long l1, in clcle() argument 234 union register_pair r1 = { .even = (unsigned long)s1, .odd = l1, }; in clcle() 257 int l1, l2; in strstr() local 262 l1 = __strend(s1) - s1; in strstr() 263 while (l1-- >= l2) { in strstr()
|
/linux/arch/arm/mach-omap1/ |
A D | irq.c | 146 void __iomem *l1 = irq_banks[0].va; in omap1_handle_irq() local 151 irqnr = readl_relaxed(l1 + IRQ_ITR_REG_OFFSET); in omap1_handle_irq() 152 irqnr &= ~(readl_relaxed(l1 + IRQ_MIR_REG_OFFSET) & 0xffffffff); in omap1_handle_irq() 156 irqnr = readl_relaxed(l1 + IRQ_SIR_FIQ_REG_OFFSET); in omap1_handle_irq() 160 irqnr = readl_relaxed(l1 + IRQ_SIR_IRQ_REG_OFFSET); in omap1_handle_irq()
|
/linux/arch/sparc/power/ |
A D | hibernate_asm.S | 75 ldxa [%l0 ] %asi, %l1 /* address */ 79 sub %l1, %g7, %l1 84 ldxa [%l1 + %l3] ASI_PHYS_USE_EC, %g2
|
/linux/arch/sparc/include/asm/ |
A D | ttable.h | 20 clr %l0; clr %l1; clr %l2; clr %l3; \ 179 add %l1, 4, %l2; \ 253 stx %l1, [%sp + STACK_BIAS + 0x08]; \ 274 stx %l1, [%sp + STACK_BIAS + 0x08]; \ 301 stxa %l1, [%g1 + %g3] ASI; \ 397 stwa %l1, [%sp + %g3] ASI; \ 431 stwa %l1, [%sp + 0x04] %asi; \ 509 ldx [%sp + STACK_BIAS + 0x08], %l1; \ 562 ldxa [%g1 + %g2] ASI, %l1; \ 622 lduwa [%sp + %g2] ASI, %l1; \ [all …]
|