| /arch/arm/mach-imx/ |
| A D | avic.c | 85 struct irq_chip_type *ct = gc->chip_types; in avic_irq_suspend() local 107 struct irq_chip_type *ct = gc->chip_types; in avic_irq_resume() local 128 struct irq_chip_type *ct; in avic_init_gc() local 135 ct = gc->chip_types; in avic_init_gc() 136 ct->chip.irq_mask = irq_gc_mask_clr_bit; in avic_init_gc() 137 ct->chip.irq_unmask = irq_gc_mask_set_bit; in avic_init_gc() 138 ct->chip.irq_ack = irq_gc_mask_clr_bit; in avic_init_gc() 139 ct->chip.irq_set_wake = irq_gc_set_wake; in avic_init_gc() 140 ct->chip.irq_suspend = avic_irq_suspend; in avic_init_gc() 141 ct->chip.irq_resume = avic_irq_resume; in avic_init_gc() [all …]
|
| A D | tzic.c | 103 struct irq_chip_type *ct; in tzic_init_gc() local 110 ct = gc->chip_types; in tzic_init_gc() 111 ct->chip.irq_mask = irq_gc_mask_disable_reg; in tzic_init_gc() 112 ct->chip.irq_unmask = irq_gc_unmask_enable_reg; in tzic_init_gc() 113 ct->chip.irq_set_wake = irq_gc_set_wake; in tzic_init_gc() 114 ct->chip.irq_suspend = tzic_irq_suspend; in tzic_init_gc() 115 ct->chip.irq_resume = tzic_irq_resume; in tzic_init_gc() 116 ct->regs.disable = TZIC_ENCLEAR0(idx); in tzic_init_gc() 117 ct->regs.enable = TZIC_ENSET0(idx); in tzic_init_gc()
|
| /arch/x86/kernel/ |
| A D | callthunks.c | 91 return ct->base <= p && p < ct->end; in within_coretext() 111 if (ct && within_coretext(ct, addr)) in is_coretext() 212 if (!within_coretext(ct, addr)) in patch_call() 219 if (!is_coretext(ct, dest)) in patch_call() 222 pad = patch_dest(dest, within_coretext(ct, dest)); in patch_call() 238 patch_call((void *)s + *s, ct); in patch_call_sites() 244 prdbg("Patching call sites %s\n", ct->name); in callthunks_setup() 245 patch_call_sites(cs->call_start, cs->call_end, ct); in callthunks_setup() 246 prdbg("Patching call sites done%s\n", ct->name); in callthunks_setup() 327 struct core_text ct = { in callthunks_patch_module_calls() local [all …]
|
| /arch/arm/mach-omap1/ |
| A D | irq.c | 90 ct->chip.irq_mask(d); in omap_mask_ack_irq() 169 struct irq_chip_type *ct; in omap_alloc_gc() local 173 ct = gc->chip_types; in omap_alloc_gc() 174 ct->chip.irq_ack = omap_mask_ack_irq; in omap_alloc_gc() 175 ct->chip.irq_mask = irq_gc_mask_set_bit; in omap_alloc_gc() 176 ct->chip.irq_unmask = irq_gc_mask_clr_bit; in omap_alloc_gc() 177 ct->chip.irq_set_wake = irq_gc_set_wake; in omap_alloc_gc() 178 ct->regs.mask = IRQ_MIR_REG_OFFSET; in omap_alloc_gc() 185 struct irq_chip_type *ct; in omap1_init_irq() local 253 ct = irq_data_get_chip_type(d); in omap1_init_irq() [all …]
|
| /arch/arm/plat-orion/ |
| A D | gpio.c | 374 if (!(ct->type & type)) in gpio_irq_set_type() 527 struct irq_chip_type *ct; in orion_gpio_init() local 582 ct = gc->chip_types; in orion_gpio_init() 585 ct->chip.irq_mask = orion_gpio_mask_irq; in orion_gpio_init() 588 ct->chip.name = ochip->chip.label; in orion_gpio_init() 590 ct++; in orion_gpio_init() 592 ct->regs.ack = GPIO_EDGE_CAUSE_OFF; in orion_gpio_init() 594 ct->chip.irq_ack = irq_gc_ack_clr_bit; in orion_gpio_init() 595 ct->chip.irq_mask = orion_gpio_mask_irq; in orion_gpio_init() 598 ct->handler = handle_edge_irq; in orion_gpio_init() [all …]
|
| A D | irq.c | 25 struct irq_chip_type *ct; in orion_irq_init() local 34 ct = gc->chip_types; in orion_irq_init() 35 ct->chip.irq_mask = irq_gc_mask_clr_bit; in orion_irq_init() 36 ct->chip.irq_unmask = irq_gc_mask_set_bit; in orion_irq_init()
|
| /arch/sh/boards/mach-se/7722/ |
| A D | irq.c | 69 struct irq_chip_type *ct; in se7722_gc_init() local 79 ct = gc->chip_types; in se7722_gc_init() 80 ct->chip.irq_mask = irq_gc_mask_set_bit; in se7722_gc_init() 81 ct->chip.irq_unmask = irq_gc_mask_clr_bit; in se7722_gc_init() 83 ct->regs.mask = IRQ01_MASK_REG; in se7722_gc_init()
|
| /arch/sh/boards/mach-se/7343/ |
| A D | irq.c | 71 struct irq_chip_type *ct; in se7343_gc_init() local 81 ct = gc->chip_types; in se7343_gc_init() 82 ct->chip.irq_mask = irq_gc_mask_set_bit; in se7343_gc_init() 83 ct->chip.irq_unmask = irq_gc_mask_clr_bit; in se7343_gc_init() 85 ct->regs.mask = PA_CPLD_IMSK_REG; in se7343_gc_init()
|
| /arch/s390/kernel/ |
| A D | cache.c | 129 union cache_topology ct; in init_cache_level() local 134 ct.raw = ecag(EXTRACT_TOPOLOGY, 0, 0); in init_cache_level() 136 ctype = get_cache_type(&ct.ci[0], level); in init_cache_level() 152 union cache_topology ct; in populate_cache_leaves() local 155 ct.raw = ecag(EXTRACT_TOPOLOGY, 0, 0); in populate_cache_leaves() 160 pvt = (ct.ci[level].scope == CACHE_SCOPE_PRIVATE) ? 1 : 0; in populate_cache_leaves() 161 ctype = get_cache_type(&ct.ci[0], level); in populate_cache_leaves()
|
| /arch/x86/lib/ |
| A D | string_32.c | 93 int strcmp(const char *cs, const char *ct) in strcmp() argument 108 : "1" (cs), "2" (ct) in strcmp() 116 int strncmp(const char *cs, const char *ct, size_t count) in strncmp() argument 133 : "1" (cs), "2" (ct), "3" (count) in strncmp()
|
| A D | strstr_32.c | 5 char *strstr(const char *cs, const char *ct) in strstr() argument 27 : "0" (0), "1" (0xffffffff), "2" (cs), "g" (ct) in strstr()
|
| /arch/arm/boot/compressed/ |
| A D | string.c | 98 int memcmp(const void *cs, const void *ct, size_t count) in memcmp() argument 100 const unsigned char *su1 = cs, *su2 = ct, *end = su1 + count; in memcmp() 111 int strcmp(const char *cs, const char *ct) in strcmp() argument 118 c2 = *ct++; in strcmp()
|
| A D | decompress.c | 34 extern int strcmp(const char *cs, const char *ct); 35 extern int memcmp(const void *cs, const void *ct, size_t count);
|
| /arch/riscv/include/asm/ |
| A D | string.h | 24 extern asmlinkage int strcmp(const char *cs, const char *ct); 30 extern asmlinkage int strncmp(const char *cs, const char *ct, size_t count);
|
| /arch/arm/mach-omap2/ |
| A D | prm_common.c | 271 struct irq_chip_type *ct; in omap_prcm_register_chain_handler() local 331 ct = gc->chip_types; in omap_prcm_register_chain_handler() 332 ct->chip.irq_ack = irq_gc_ack_set_bit; in omap_prcm_register_chain_handler() 333 ct->chip.irq_mask = irq_gc_mask_clr_bit; in omap_prcm_register_chain_handler() 334 ct->chip.irq_unmask = irq_gc_mask_set_bit; in omap_prcm_register_chain_handler() 336 ct->regs.ack = irq_setup->ack + i * 4; in omap_prcm_register_chain_handler() 337 ct->regs.mask = irq_setup->mask + i * 4; in omap_prcm_register_chain_handler()
|
| /arch/riscv/kvm/ |
| A D | vcpu_insn.c | 443 struct kvm_cpu_context *ct; in kvm_riscv_vcpu_virtual_insn() local 447 ct = &vcpu->arch.guest_context; in kvm_riscv_vcpu_virtual_insn() 449 ct->sepc, in kvm_riscv_vcpu_virtual_insn() 452 utrap.sepc = ct->sepc; in kvm_riscv_vcpu_virtual_insn() 489 struct kvm_cpu_context *ct = &vcpu->arch.guest_context; in kvm_riscv_vcpu_mmio_load() local 504 insn = kvm_riscv_vcpu_unpriv_read(vcpu, true, ct->sepc, in kvm_riscv_vcpu_mmio_load() 508 utrap.sepc = ct->sepc; in kvm_riscv_vcpu_mmio_load() 615 struct kvm_cpu_context *ct = &vcpu->arch.guest_context; in kvm_riscv_vcpu_mmio_store() local 630 insn = kvm_riscv_vcpu_unpriv_read(vcpu, true, ct->sepc, in kvm_riscv_vcpu_mmio_store() 634 utrap.sepc = ct->sepc; in kvm_riscv_vcpu_mmio_store()
|
| /arch/x86/include/asm/ |
| A D | string_32.h | 22 extern int strcmp(const char *cs, const char *ct); 25 extern int strncmp(const char *cs, const char *ct, size_t count); 184 extern char *strstr(const char *cs, const char *ct);
|
| A D | string_64.h | 76 int memcmp(const void *cs, const void *ct, size_t count); 80 int strcmp(const char *cs, const char *ct);
|
| /arch/s390/boot/ |
| A D | string.c | 16 int strncmp(const char *cs, const char *ct, size_t count) in strncmp() argument 22 c2 = *ct++; in strncmp()
|
| /arch/powerpc/perf/ |
| A D | hv-24x7.c | 594 unsigned int ct; member 643 it->ct++; in event_uniq_add() 645 name, it->ct); in event_uniq_add() 646 return it->ct; in event_uniq_add() 657 .ct = 0, in event_uniq_add() 763 ssize_t ct, ev_len; in create_events_from_catalog() local 953 if (ct < 0) { in create_events_from_catalog() 1380 u64 ct; in h_24x7_event_init() local 1443 u64 ct; in h_24x7_get_value() local 1445 if (single_24x7_request(event, &ct)) in h_24x7_get_value() [all …]
|
| A D | imc-pmu.c | 227 int i = 0, j = 0, ct, ret; in update_events_in_group() local 241 ct = of_get_child_count(pmu_events); in update_events_in_group() 260 pmu->events = kcalloc(ct, sizeof(struct imc_events), GFP_KERNEL); in update_events_in_group() 266 ct = 0; in update_events_in_group() 269 ret = imc_parse_event(np, g_scale, g_unit, prefix, base_reg, &pmu->events[ct]); in update_events_in_group() 271 ct++; in update_events_in_group() 279 imc_free_events(pmu->events, ct); in update_events_in_group() 291 attrs = kcalloc(((ct * 3) + 1), sizeof(struct attribute *), GFP_KERNEL); in update_events_in_group() 294 imc_free_events(pmu->events, ct); in update_events_in_group() 330 } while (++i < ct); in update_events_in_group()
|
| /arch/arc/include/asm/ |
| A D | string.h | 31 extern int strcmp(const char *cs, const char *ct);
|
| /arch/x86/boot/ |
| A D | string.h | 22 extern int strncmp(const char *cs, const char *ct, size_t count);
|
| A D | string.c | 64 int strncmp(const char *cs, const char *ct, size_t count) in strncmp() argument 70 c2 = *ct++; in strncmp()
|
| /arch/s390/include/asm/ |
| A D | nmi.h | 82 u64 ct : 1; /* 46 cpu timer validity */ member
|