Home
last modified time | relevance | path

Searched refs:fmem (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dpagemap_ioctl.c1056 char *mem, *fmem; in sanity_tests()
1165 fmem = mmap(NULL, sbuf.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in sanity_tests()
1166 if (fmem == MAP_FAILED) in sanity_tests()
1170 memcpy(tmp_buf, fmem, sbuf.st_size); in sanity_tests()
1172 ret = pagemap_ioctl(fmem, sbuf.st_size, vec, vec_size, 0, 0, in sanity_tests()
1175 ksft_test_result(ret >= 0 && vec[0].start == (uintptr_t)fmem && in sanity_tests()
1180 munmap(fmem, sbuf.st_size); in sanity_tests()
1195 fmem = mmap(NULL, buf_size, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, 0); in sanity_tests()
1196 if (fmem == MAP_FAILED) in sanity_tests()
1199 wp_init(fmem, buf_siz in sanity_tests()
1052 char *mem, *fmem; sanity_tests() local
1479 char *mem, *map, *fmem; main() local
[all...]
/linux/drivers/tee/optee/
H A Dffa_abi.c133 p->u.memref.size = mp->u.fmem.size; in from_msg_param_ffa_mem()
135 if (mp->u.fmem.global_id != OPTEE_MSG_FMEM_INVALID_GLOBAL_ID) in from_msg_param_ffa_mem()
136 shm = optee_shm_from_ffa_handle(optee, mp->u.fmem.global_id); in from_msg_param_ffa_mem()
140 offs_low = mp->u.fmem.offs_low; in from_msg_param_ffa_mem()
141 offs_high = mp->u.fmem.offs_high; in from_msg_param_ffa_mem()
201 mp->u.fmem.internal_offs = shm->offset; in to_msg_param_ffa_mem()
203 mp->u.fmem.offs_low = shm_offs; in to_msg_param_ffa_mem()
204 mp->u.fmem.offs_high = shm_offs >> 32; in to_msg_param_ffa_mem()
206 if (mp->u.fmem.offs_high != shm_offs >> 32) in to_msg_param_ffa_mem()
209 mp->u.fmem.global_id = shm->sec_world_id; in to_msg_param_ffa_mem()
[all …]
H A Doptee_msg.h184 struct optee_msg_param_fmem fmem; member
/linux/arch/m68k/ifpsp060/
H A DMISC88 fmem.s : 2.9
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c101 unsigned long fmem) in DAC1064_setmclk() argument
142 DAC1064_calcclock(minfo, fmem, minfo->max_pixel_clock, &m, &n, &p); in DAC1064_setmclk()
/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c2041 u32 fcp = 0, fs = 0, fdem = 0, fmem = 0; in dib8096p_get_best_sampling() local
2069 fmem = ((xtal/prediv) * loopdiv); in dib8096p_get_best_sampling()
2070 fdem = fmem / 2; in dib8096p_get_best_sampling()
2074 …if ((fdem >= fdem_min) && (fmem <= fmem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz / 1000)… in dib8096p_get_best_sampling()
2090 …>dtv_property_cache.frequency, fe->dtv_property_cache.bandwidth_hz, xtal, fmem, fdem, fs, prediv, … in dib8096p_get_best_sampling()