Searched refs:PARAM (Results 1 – 8 of 8) 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/arch/sh/include/asm/ |
H A D | setup.h | 10 #define PARAM ((unsigned char *)empty_zero_page) macro 12 #define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000)) 13 #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004)) 14 #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008)) 15 #define LOADER_TYPE (*(unsigned long *) (PARAM+0x00c)) 16 #define INITRD_START (*(unsigned long *) (PARAM+0x010)) 17 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x014)) 19 #define COMMAND_LINE ((char *) (PARAM+0x100))
|
/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
|
/linux/drivers/iommu/arm/arm-smmu-v3/ |
H A D | tegra241-cmdqv.c | 858 regval = readl_relaxed(REG_CMDQV(cmdqv, PARAM)); in __tegra241_cmdqv_probe()
|