Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Ddat.h374 struct ptval_param { struct
510 #define MKPTVAL(o, l) ((struct ptval_param) { .offset = (o), .len = ((l) + 1) / 2 - 1})
536 unsigned long dat_get_ptval(struct page_table *table, struct ptval_param param);
537 void dat_set_ptval(struct page_table *table, struct ptval_param param, unsigned long val);
H A Ddat.c956 unsigned long dat_get_ptval(struct page_table *table, struct ptval_param param) in dat_get_ptval()
974 void dat_set_ptval(struct page_table *table, struct ptval_param param, unsigned long val) in dat_set_ptval()