Searched refs:PARAM (Results 1 – 6 of 6) sorted by relevance
| /linux/include/xen/ |
| H A D | hvm.h | 11 #define PARAM(x) [HVM_PARAM_##x] = #x in param_name() macro 13 PARAM(CALLBACK_IRQ), in param_name() 14 PARAM(STORE_PFN), in param_name() 15 PARAM(STORE_EVTCHN), in param_name() 16 PARAM(PAE_ENABLED), in param_name() 17 PARAM(IOREQ_PFN), in param_name() 18 PARAM(BUFIOREQ_PFN), in param_name() 19 PARAM(TIMER_MODE), in param_name() 20 PARAM(HPET_ENABLED), in param_name() 21 PARAM(IDENT_PT), in param_name() [all …]
|
| /linux/scripts/ |
| H A D | Lindent | 4 PARAM="-npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1" 15 PARAM="$PARAM -il0" 18 PARAM="$PARAM -il0" 21 PARAM="$PARAM -il0" 26 indent $PARAM "$@"
|
| /linux/arch/alpha/include/asm/ |
| H A D | setup.h | 38 #define PARAM ZERO_PGE macro 39 #define COMMAND_LINE ((char *)(absolute_pointer(PARAM + 0x0000))) 40 #define INITRD_START (*(unsigned long *) (PARAM+0x100)) 41 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x108))
|
| /linux/sound/soc/codecs/ |
| H A D | rt286.h | 43 #define RT286_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM) argument
|
| H A D | rt274.h | 44 #define RT274_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM) argument
|
| H A D | rt298.h | 45 #define RT298_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM) argument
|