Home
last modified time | relevance | path

Searched refs:CONST (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
Decard.h81 #define CONST macro
83 #define CONST const macro
156 CONST unsigned int slot_no; /* Slot number */
157 CONST unsigned int dma; /* DMA number (for request_dma) */
158 CONST unsigned int irq; /* IRQ number (for request_irq) */
159 CONST unsigned int fiq; /* FIQ number (for request_irq) */
160 CONST struct in_ecid cid; /* Card Identification */
164 CONST loader_t loader; /* loader program */
/linux-4.4.14/arch/powerpc/xmon/
Dansidecl.h99 #define PTRCONST void *CONST
104 #define CONST const macro
125 #define CONST macro
/linux-4.4.14/arch/parisc/kernel/
Dmodule.c317 #define CONST macro
318 int module_frob_arch_sections(CONST Elf_Ehdr *hdr, in module_frob_arch_sections()
319 CONST Elf_Shdr *sechdrs, in module_frob_arch_sections()
320 CONST char *secstrings, in module_frob_arch_sections()
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h61 CONST, enumerator
Daicasm_gram.y457 if (symbol->type != CONST) {
718 case CONST:
745 $2->type = CONST;
896 if ($3->type != CONST) {
1527 case CONST: in initialize_symbol()
Daicasm_symbol.c115 case CONST: in symbol_delete()
511 case CONST: in symtable_dump()
/linux-4.4.14/Documentation/
Dkernel-doc-nano-HOWTO.txt243 '%CONST' - name of a constant.