Home
last modified time | relevance | path

Searched full:rent (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-stm.c698 struct resource_entry *rent; in acpi_stm_get_stimulus_area() local
714 list_for_each_entry(rent, &res_list, node) { in acpi_stm_get_stimulus_area()
715 if (resource_type(rent->res) != IORESOURCE_MEM) in acpi_stm_get_stimulus_area()
718 *res = *rent->res; in acpi_stm_get_stimulus_area()
/linux/Documentation/virt/kvm/x86/
H A Drunning-nested-guests.rst61 Provider, using nested KVM lets you rent a large enough "guest
/linux/kernel/trace/
H A Dtrace_functions_graph.c51 struct fgraph_retaddr_ent_args rent; member
680 int size = min_t(int, sizeof(data->rent), iter->ent_size); in get_return_for_leaf()
682 memcpy(&data->rent, curr, size); in get_return_for_leaf()