/linux-6.6.21/arch/um/include/asm/ |
D | Kbuild | 2 generic-y += bpf_perf_event.h 3 generic-y += bug.h 4 generic-y += compat.h 5 generic-y += current.h 6 generic-y += device.h 7 generic-y += dma-mapping.h 8 generic-y += emergency-restart.h 9 generic-y += exec.h 10 generic-y += extable.h 11 generic-y += fb.h [all …]
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | Kbuild | 2 generic-y += dma-contiguous.h 3 generic-y += mcs_spinlock.h 4 generic-y += parport.h 5 generic-y += early_ioremap.h 6 generic-y += qrwlock.h 7 generic-y += rwsem.h 8 generic-y += segment.h 9 generic-y += user.h 10 generic-y += stat.h 11 generic-y += fcntl.h [all …]
|
/linux-6.6.21/arch/csky/include/asm/ |
D | Kbuild | 2 generic-y += asm-offsets.h 3 generic-y += extable.h 4 generic-y += gpio.h 5 generic-y += kvm_para.h 6 generic-y += mcs_spinlock.h 7 generic-y += qrwlock.h 8 generic-y += qrwlock_types.h 9 generic-y += qspinlock.h 10 generic-y += parport.h 11 generic-y += user.h [all …]
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | Kbuild | 2 generic-y += early_ioremap.h 3 generic-y += flat.h 4 generic-y += kvm_para.h 5 generic-y += parport.h 6 generic-y += spinlock.h 7 generic-y += spinlock_types.h 8 generic-y += qrwlock.h 9 generic-y += qrwlock_types.h 10 generic-y += user.h 11 generic-y += vmlinux.lds.h
|
/linux-6.6.21/arch/openrisc/include/asm/ |
D | Kbuild | 2 generic-y += extable.h 3 generic-y += kvm_para.h 4 generic-y += parport.h 5 generic-y += spinlock_types.h 6 generic-y += spinlock.h 7 generic-y += qrwlock_types.h 8 generic-y += qrwlock.h 9 generic-y += user.h
|
/linux-6.6.21/arch/xtensa/include/asm/ |
D | Kbuild | 3 generic-y += extable.h 4 generic-y += kvm_para.h 5 generic-y += mcs_spinlock.h 6 generic-y += param.h 7 generic-y += parport.h 8 generic-y += qrwlock.h 9 generic-y += qspinlock.h 10 generic-y += user.h
|
/linux-6.6.21/arch/microblaze/include/asm/ |
D | Kbuild | 3 generic-y += cmpxchg.h 4 generic-y += extable.h 5 generic-y += kvm_para.h 6 generic-y += mcs_spinlock.h 7 generic-y += parport.h 8 generic-y += syscalls.h 9 generic-y += tlb.h 10 generic-y += user.h
|
/linux-6.6.21/scripts/ |
D | Makefile.asm-generic | 19 include $(srctree)/$(generic)/Kbuild 22 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y)) 23 redundant += $(foreach f, $(generic-y), $(if $(wildcard $(srctree)/$(src)/$(f)),$(f))) 26 $(warning redundant generic-y found in $(src)/Kbuild: $(redundant))) 30 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(srctree)/$(src)/$(f)),,$(f))) 32 generic-y := $(addprefix $(obj)/, $(generic-y)) 37 unwanted := $(filter-out $(generic-y) $(generated-y),$(old-headers)) 45 all: $(generic-y)
|
/linux-6.6.21/drivers/acpi/apei/ |
D | ghes.c | 101 return ghes->generic->header.type == ACPI_HEST_TYPE_GENERIC_ERROR_V2; in is_hest_type_generic_v2() 113 u8 notify_type = ghes->generic->notify.type; in is_hest_sync_notify() 265 static struct ghes *ghes_new(struct acpi_hest_generic *generic) in ghes_new() argument 275 ghes->generic = generic; in ghes_new() 282 rc = apei_map_generic_address(&generic->error_status_address); in ghes_new() 285 error_block_length = generic->error_block_length; in ghes_new() 290 error_block_length, generic->header.source_id); in ghes_new() 302 apei_unmap_generic_address(&generic->error_status_address); in ghes_new() 314 apei_unmap_generic_address(&ghes->generic->error_status_address); in ghes_fini() 371 if (len > ghes->generic->error_block_length) { in __ghes_check_estatus() [all …]
|
/linux-6.6.21/arch/nios2/include/asm/ |
D | Kbuild | 2 generic-y += cmpxchg.h 3 generic-y += extable.h 4 generic-y += kvm_para.h 5 generic-y += mcs_spinlock.h 6 generic-y += spinlock.h 7 generic-y += user.h
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | Kbuild | 2 generic-y += early_ioremap.h 3 generic-y += mcs_spinlock.h 4 generic-y += qrwlock.h 5 generic-y += qspinlock.h 6 generic-y += parport.h 7 generic-y += user.h
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | Kbuild | 5 generic-y += agp.h 6 generic-y += kvm_types.h 7 generic-y += mcs_spinlock.h 8 generic-y += qrwlock.h 9 generic-y += vtime.h 10 generic-y += early_ioremap.h
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/gpio/ |
D | hw_generic.c | 40 generic->shifts->field_name, generic->masks->field_name 43 generic->base.base.ctx 45 (generic->regs->reg) 58 struct hw_generic *generic = HW_GENERIC_FROM_BASE(*ptr); in dal_hw_generic_destroy() local 60 dal_hw_generic_destruct(generic); in dal_hw_generic_destroy() 62 kfree(generic); in dal_hw_generic_destroy() 71 struct hw_generic *generic = HW_GENERIC_FROM_BASE(ptr); in set_config() local
|
/linux-6.6.21/drivers/usb/storage/ |
D | isd200.c | 209 } generic; member 491 ata.generic.SignatureByte0 = info->ConfigData.ATAMajorCommand; in isd200_action() 492 ata.generic.SignatureByte1 = info->ConfigData.ATAMinorCommand; in isd200_action() 493 ata.generic.TransferBlockSize = 1; in isd200_action() 498 ata.generic.ActionSelect = ACTION_SELECT_0|ACTION_SELECT_2; in isd200_action() 499 ata.generic.RegisterSelect = in isd200_action() 507 ata.generic.ActionSelect = ACTION_SELECT_1|ACTION_SELECT_2| in isd200_action() 510 ata.generic.RegisterSelect = REG_DEVICE_HEAD; in isd200_action() 517 ata.generic.ActionSelect = ACTION_SELECT_1|ACTION_SELECT_2| in isd200_action() 519 ata.generic.RegisterSelect = REG_DEVICE_CONTROL; in isd200_action() [all …]
|
/linux-6.6.21/arch/mips/include/asm/ |
D | Kbuild | 10 generic-y += kvm_para.h 11 generic-y += mcs_spinlock.h 12 generic-y += parport.h 13 generic-y += qrwlock.h 14 generic-y += qspinlock.h 15 generic-y += user.h
|
/linux-6.6.21/arch/arc/include/asm/ |
D | Kbuild | 2 generic-y += extable.h 3 generic-y += kvm_para.h 4 generic-y += mcs_spinlock.h 5 generic-y += parport.h 6 generic-y += user.h
|
/linux-6.6.21/lib/crypto/ |
D | Makefile | 24 libblake2s-$(CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC) += blake2s-generic.o 29 obj-$(CONFIG_CRYPTO_LIB_CURVE25519_GENERIC) += libcurve25519-generic.o 30 libcurve25519-generic-y := curve25519-fiat32.o 31 libcurve25519-generic-$(CONFIG_ARCH_SUPPORTS_INT128) := curve25519-hacl64.o 32 libcurve25519-generic-y += curve25519-generic.o
|
/linux-6.6.21/arch/hexagon/include/asm/ |
D | Kbuild | 2 generic-y += extable.h 3 generic-y += iomap.h 4 generic-y += kvm_para.h 5 generic-y += mcs_spinlock.h
|
/linux-6.6.21/arch/ia64/include/asm/ |
D | Kbuild | 3 generic-y += agp.h 4 generic-y += kvm_para.h 5 generic-y += mcs_spinlock.h 6 generic-y += vtime.h
|
/linux-6.6.21/arch/m68k/include/asm/ |
D | Kbuild | 3 generic-y += extable.h 4 generic-y += kvm_para.h 5 generic-y += mcs_spinlock.h 6 generic-y += spinlock.h
|
/linux-6.6.21/arch/alpha/include/asm/ |
D | Kbuild | 4 generic-y += agp.h 5 generic-y += asm-offsets.h 6 generic-y += kvm_para.h 7 generic-y += mcs_spinlock.h
|
/linux-6.6.21/arch/parisc/include/asm/ |
D | Kbuild | 4 generic-y += agp.h 5 generic-y += kvm_para.h 6 generic-y += mcs_spinlock.h 7 generic-y += user.h
|
/linux-6.6.21/arch/arm/include/asm/ |
D | Kbuild | 2 generic-y += early_ioremap.h 3 generic-y += extable.h 4 generic-y += flat.h 5 generic-y += parport.h
|
/linux-6.6.21/net/6lowpan/ |
D | Kconfig | 22 Support for next header and generic header compression defined in 74 6LoWPAN IPv6 Hop-by-Hop option generic header compression according 80 6LoWPAN IPv6 UDP generic header compression according to RFC7400. 85 6LoWPAN IPv6 ICMPv6 generic header compression according to RFC7400. 90 6LoWPAN IPv6 destination option generic header compression according 96 6LoWPAN IPv6 fragmentation option generic header compression 102 6LoWPAN IPv6 routing option generic header compression according
|
/linux-6.6.21/arch/sh/include/asm/ |
D | Kbuild | 3 generic-y += kvm_para.h 4 generic-y += mcs_spinlock.h 5 generic-y += parport.h
|