Home
last modified time | relevance | path

Searched refs:prop_length (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/mm/
H A Dnuma.c1116 int prop_length, max_nodes; in find_possible_nodes() local
1138 &prop_length); in find_possible_nodes()
1141 &prop_length); in find_possible_nodes()
1154 prop_length /= sizeof(int); in find_possible_nodes()
1155 if (prop_length > primary_domain_index + 2) in find_possible_nodes()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Ddlpar.c38 __be32 prop_length; member
66 prop->length = be32_to_cpu(ccwa->prop_length); in dlpar_parse_cc_property()