Home
last modified time | relevance | path

Searched refs:legacy_base (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/mm/
H A Dmmap.c118 static void arch_pick_mmap_base(unsigned long *base, unsigned long *legacy_base, in arch_pick_mmap_base() argument
122 *legacy_base = mmap_legacy_base(random_factor, task_size); in arch_pick_mmap_base()
124 *base = *legacy_base; in arch_pick_mmap_base()
/openbmc/linux/include/linux/
H A Dinput.h399 int __must_check input_get_new_minor(int legacy_base, unsigned int legacy_num,
/openbmc/linux/drivers/input/
H A Dinput.c2697 int input_get_new_minor(int legacy_base, unsigned int legacy_num, in input_get_new_minor() argument
2705 if (legacy_base >= 0) { in input_get_new_minor()
2707 legacy_base, in input_get_new_minor()
2708 legacy_base + legacy_num, in input_get_new_minor()